31#ifndef __SIM_CORE_HH__
32#define __SIM_CORE_HH__
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
double Hz
These variables the inverse of above.
double s
These variables equal the number of ticks in the unit of time they're named after in a double.
Tick Frequency
The simulated frequency of curTick(). (In ticks per second)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
bool clockFrequencyFixed()
uint64_t Tick
Tick count type.
void setOutputDir(const std::string &dir)
void setClockFrequency(Tick tps)
void doExitCleanup()
Do C++ simulator exit processing.
void registerExitCallback(const std::function< void()> &callback)
Register an exit callback.