gem5
v22.0.0.0
|
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::Ticked |
Ticked attaches gem5's event queue/scheduler to evaluate calls and provides a start/stop interface to ticking. More... | |
class | gem5::TickedObject |
TickedObject attaches Ticked to ClockedObject and can be used as a base class where ticked operation. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Base classes for ClockedObjects which have evaluate functions to look like clock ticking operations. TickedObject attaches gem5's event queue to Ticked to apply actual scheduling.
Definition in file ticked_object.hh.