gem5
v22.0.0.0
|
#include "params/ClockedObject.hh"
#include "sim/core.hh"
#include "sim/clock_domain.hh"
#include "sim/power_state.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::Clocked |
Helper class for objects that need to be clocked. More... | |
class | gem5::ClockedObject |
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to the cycles of the object. 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. | |
ClockedObject declaration and implementation.
Definition in file clocked_object.hh.