gem5  v22.1.0.0
Namespaces | Functions | Variables
core.cc File Reference
#include "sim/core.hh"
#include <iostream>
#include <string>
#include "base/callback.hh"
#include "base/cprintf.hh"
#include "base/logging.hh"
#include "base/output.hh"

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 
 gem5::sim_clock
 
 gem5::sim_clock::as_float
 
 gem5::sim_clock::as_int
 

Functions

 gem5::sim_clock::GEM5_DEPRECATED_NAMESPACE (Float, as_float)
 
void gem5::fixClockFrequency ()
 
bool gem5::clockFrequencyFixed ()
 
void gem5::setClockFrequency (Tick tps)
 
Tick gem5::getClockFrequency ()
 
void gem5::setOutputDir (const std::string &dir)
 
CallbackQueue & gem5::exitCallbacks ()
 Queue of C++ callbacks to invoke on simulator exit. More...
 
void gem5::registerExitCallback (const std::function< void()> &callback)
 Register an exit callback. More...
 
void gem5::doExitCleanup ()
 Do C++ simulator exit processing. More...
 
 gem5::GEM5_DEPRECATED_NAMESPACE (SimClock, sim_clock)
 These are variables that are set based on the simulator frequency. More...
 
 gem5::sim_clock::GEM5_DEPRECATED_NAMESPACE (Int, as_int)
 These variables equal the number of ticks in the unit of time they're named after in a 64 bit integer. More...
 

Variables

Tick gem5::sim_clock::Frequency
 The simulated frequency of curTick(). (In ticks per second) More...
 
Tick gem5::sim_clock::as_int::s
 second More...
 
Tick gem5::sim_clock::as_int::ms
 millisecond More...
 
Tick gem5::sim_clock::as_int::us
 microsecond More...
 
Tick gem5::sim_clock::as_int::ns
 nanosecond More...
 
Tick gem5::sim_clock::as_int::ps
 picosecond More...
 
double gem5::sim_clock::as_float::s
 These variables equal the number of ticks in the unit of time they're named after in a double. More...
 
double gem5::sim_clock::as_float::ms
 millisecond More...
 
double gem5::sim_clock::as_float::us
 microsecond More...
 
double gem5::sim_clock::as_float::ns
 nanosecond More...
 
double gem5::sim_clock::as_float::ps
 picosecond More...
 
double gem5::sim_clock::as_float::Hz
 These variables the inverse of above. More...
 
double gem5::sim_clock::as_float::kHz
 kHz More...
 
double gem5::sim_clock::as_float::MHz
 MHz. More...
 
double gem5::sim_clock::as_float::GHz
 GHz. More...
 

Generated on Wed Dec 21 2022 10:22:58 for gem5 by doxygen 1.9.1