73 bool _clockFrequencyFixed =
false;
76 Tick _ticksPerSecond = 1e12;
83 if (_clockFrequencyFixed)
105 cprintf(
"Global frequency set at %d ticks per second\n", _ticksPerSecond);
107 _clockFrequencyFixed =
true;
115 "Global frequency already fixed at %f ticks/s.", _ticksPerSecond);
116 _ticksPerSecond = tps;
void process()
process all callbacks
void doExitCleanup()
Do C++ simulator exit processing.
CallbackQueue & exitCallbacks()
Queue of C++ callbacks to invoke on simulator exit.
void setClockFrequency(Tick tps)
Overload hash function for BasicBlockRange type.
void setDirectory(const std::string &dir)
Sets name of this directory.
Tick Frequency
The simulated frequency of curTick(). (In ticks per second)
void setOutputDir(const string &dir)
These are variables that are set based on the simulator frequency.
void add(Callback *callback)
Add a callback to the end of the queue.
uint64_t Tick
Tick count type.
bool clockFrequencyFixed()
void registerExitCallback(Callback *callback)
Register an exit callback.
void clear()
clear the callback queue
double Hz
These variables the inverse of above.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
void cprintf(const char *format, const Args &...args)