|
gem5
v19.0.0.0
|
Variables | |
| double | s |
| These variables equal the number of ticks in the unit of time they're named after in a double. More... | |
| double | ms |
| millisecond More... | |
| double | us |
| microsecond More... | |
| double | ns |
| nanosecond More... | |
| double | ps |
| picosecond More... | |
| double | Hz |
| These variables the inverse of above. More... | |
| double | kHz |
| kHz More... | |
| double | MHz |
| MHz. More... | |
| double | GHz |
| GHz. More... | |
| double SimClock::Float::GHz |
| double SimClock::Float::Hz |
These variables the inverse of above.
They're all < 1.Hz
Definition at line 58 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 60 of file core.cc.
Referenced by fixClockFrequency(), and RealViewCtrl::read().
| double SimClock::Float::ms |
| double SimClock::Float::ns |
nanosecond
Definition at line 55 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 52 of file core.cc.
Referenced by CommMonitor::CommMonitor(), Intel8254Timer::Counter::CounterEvent::CounterEvent(), sc_gem5::VcdTraceFile::initialize(), QoS::MemCtrl::logResponse(), RealViewOsc::read(), ArmSemihosting::readString(), RealViewOsc::RealViewOsc(), and RealViewOsc::write().
| double SimClock::Float::us |
microsecond
Definition at line 54 of file core.cc.
Referenced by sc_dt::add_on_help(), sc_dt::compare_unsigned(), sc_dt::operator%(), 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|().