gem5 v24.0.0.0
|
ClockedObject declaration and implementation. More...
#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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
ClockedObject declaration and implementation.
Definition in file clocked_object.hh.