gem5
v20.1.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 | Clocked |
Helper class for objects that need to be clocked. More... | |
class | ClockedObject |
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to the cycles of the object. More... | |
ClockedObject declaration and implementation.
Definition in file clocked_object.hh.