gem5
v20.1.0.0
|
double SimClock::Float::GHz |
double SimClock::Float::Hz |
These variables the inverse of above.
They're all < 1. Hz
Definition at line 55 of file core.cc.
Referenced by fixClockFrequency(), sc_core::sc_set_default_time_unit(), sc_core::sc_time::sc_time(), and sc_core::sc_time::to_seconds().
double SimClock::Float::kHz |
double SimClock::Float::MHz |
MHz.
Definition at line 57 of file core.cc.
Referenced by fixClockFrequency(), and RealViewCtrl::read().
double SimClock::Float::ms |
double SimClock::Float::ns |
nanosecond
Definition at line 52 of file core.cc.
Referenced by Time::getTick(), BaseKvmTimer::hostNs(), and BaseKvmTimer::ticksFromHostNs().
double SimClock::Float::s |
These variables equal the number of ticks in the unit of time they're named after in a double.
second
Definition at line 49 of file core.cc.
Referenced by ArmSemihosting::callTime(), Intel8254Timer::Counter::CounterEvent::CounterEvent(), sc_gem5::VcdTraceFile::initialize(), QoS::MemCtrl::logResponse(), RealViewOsc::read(), RealViewOsc::RealViewOsc(), and RealViewOsc::write().
double SimClock::Float::us |
microsecond
Definition at line 51 of file core.cc.
Referenced by sc_dt::add_on_help(), sc_dt::compare_unsigned(), sc_dt::convert_unsigned_SM_to_2C_to_SM(), sc_dt::operator%(), sc_dt::operator&(), sc_dt::operator+(), sc_dt::operator-(), sc_dt::operator<(), sc_dt::operator==(), sc_dt::operator^(), and sc_dt::operator|().