Go to the documentation of this file.
70 bool _clockFrequencyFixed =
false;
73 Tick _ticksPerSecond = 1e12;
80 if (_clockFrequencyFixed)
102 cprintf(
"Global frequency set at %d ticks per second\n", _ticksPerSecond);
104 _clockFrequencyFixed =
true;
112 "Global frequency already fixed at %f ticks/s.", _ticksPerSecond);
113 _ticksPerSecond = tps;
void doExitCleanup()
Do C++ simulator exit processing.
double s
These variables equal the number of ticks in the unit of time they're named after in a double.
void setClockFrequency(Tick tps)
uint64_t Tick
Tick count type.
void setDirectory(const std::string &dir)
Sets name of this directory.
Tick Frequency
The simulated frequency of curTick(). (In ticks per second)
CallbackQueue & exitCallbacks()
Queue of C++ callbacks to invoke on simulator exit.
void registerExitCallback(const std::function< void()> &callback)
Register an exit callback.
double Hz
These variables the inverse of above.
void cprintf(const char *format, const Args &...args)
bool clockFrequencyFixed()
These are variables that are set based on the simulator frequency.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
void setOutputDir(const std::string &dir)
Generated on Tue Jun 22 2021 15:28:30 for gem5 by doxygen 1.8.17