gem5
|
ClockedObject declaration and implementation. More...
#include "base/callback.hh"
#include "base/intmath.hh"
#include "enums/PwrState.hh"
#include "params/ClockedObject.hh"
#include "sim/core.hh"
#include "sim/clock_domain.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... | |
class | ClockedObjectDumpCallback |
ClockedObject declaration and implementation.
Definition in file clocked_object.hh.