gem5
v21.0.1.0
|
Go to the source code of this file.
Namespaces | |
SimClock | |
These are variables that are set based on the simulator frequency. | |
SimClock::Float | |
SimClock::Int | |
These variables equal the number of ticks in the unit of time they're named after in a 64 bit integer. | |
Functions | |
void | fixClockFrequency () |
bool | clockFrequencyFixed () |
void | setClockFrequency (Tick ticksPerSecond) |
Tick | getClockFrequency () |
void | setOutputDir (const std::string &dir) |
void | registerExitCallback (const std::function< void()> &callback) |
Register an exit callback. More... | |
void | doExitCleanup () |
Do C++ simulator exit processing. More... | |
bool clockFrequencyFixed | ( | ) |
Definition at line 106 of file core.cc.
Referenced by pybind_init_core(), sc_core::sc_set_default_time_unit(), and sc_core::sc_set_time_resolution().
void doExitCleanup | ( | ) |
Do C++ simulator exit processing.
Exported to Python to be invoked when simulator terminates via Python's atexit mechanism.
Definition at line 147 of file core.cc.
References exitCallbacks(), and CallbackQueue::process().
Referenced by pybind_init_core().
void fixClockFrequency | ( | ) |
Definition at line 78 of file core.cc.
References cprintf(), SimClock::Frequency, SimClock::Float::GHz, SimClock::Float::Hz, SimClock::Float::kHz, SimClock::Float::MHz, SimClock::Float::ms, SimClock::Int::ms, SimClock::Float::ns, SimClock::Int::ns, SimClock::Float::ps, SimClock::Int::ps, SimClock::Float::s, SimClock::Int::s, SimClock::Float::us, and SimClock::Int::us.
Referenced by sc_core::sc_time::from_value(), and pybind_init_core().
Tick getClockFrequency | ( | ) |
Definition at line 115 of file core.cc.
Referenced by pybind_init_core().
void registerExitCallback | ( | const std::function< void()> & | callback | ) |
void setClockFrequency | ( | Tick | ticksPerSecond | ) |
Definition at line 109 of file core.cc.
References panic_if.
Referenced by pybind_init_core(), and sc_core::sc_set_time_resolution().
void setOutputDir | ( | const std::string & | dir | ) |
Definition at line 118 of file core.cc.
References OutputDirectory::setDirectory(), and simout.
Referenced by pybind_init_core().