gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SimClock::Float Namespace Reference

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...
 

Variable Documentation

◆ GHz

double SimClock::Float::GHz

GHz.

Definition at line 58 of file core.cc.

Referenced by fixClockFrequency(), and Time::setTick().

◆ Hz

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().

◆ kHz

double SimClock::Float::kHz

kHz

Definition at line 56 of file core.cc.

Referenced by fixClockFrequency().

◆ MHz

double SimClock::Float::MHz

MHz.

Definition at line 57 of file core.cc.

Referenced by fixClockFrequency(), and RealViewCtrl::read().

◆ ms

double SimClock::Float::ms

millisecond

Definition at line 50 of file core.cc.

Referenced by X86KvmCPU::kvmRunDrain().

◆ ns

double SimClock::Float::ns

nanosecond

Definition at line 52 of file core.cc.

Referenced by Time::getTick(), BaseKvmTimer::hostNs(), and BaseKvmTimer::ticksFromHostNs().

◆ ps

double SimClock::Float::ps

picosecond

Definition at line 53 of file core.cc.

◆ s

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(), CommMonitor::CommMonitor(), Intel8254Timer::Counter::CounterEvent::CounterEvent(), sc_gem5::VcdTraceFile::initialize(), QoS::MemCtrl::logResponse(), RealViewOsc::read(), RealViewOsc::RealViewOsc(), and RealViewOsc::write().

◆ us

double SimClock::Float::us

Generated on Thu May 28 2020 16:22:25 for gem5 by doxygen 1.8.13