75 using namespace SimClock;
void process()
process all callbacks
void doExitCleanup()
Do C++ simulator exit processing.
CallbackQueue & exitCallbacks()
Queue of C++ callbacks to invoke on simulator exit.
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)
void add(Callback *callback)
Add a callback to the end of the queue.
uint64_t Tick
Tick count type.
void registerExitCallback(Callback *callback)
Register an exit callback.
void clear()
clear the callback queue
void setClockFrequency(Tick ticksPerSecond)
double Hz
These variables the inverse of above.