gem5 v24.0.0.0
|
Go to the source code of this file.
Classes | |
class | sc_core::sc_time |
class | sc_core::sc_time_tuple |
Namespaces | |
namespace | sc_core |
Enumerations | |
enum | sc_core::sc_time_unit { sc_core::SC_FS = 0 , sc_core::SC_PS , sc_core::SC_NS , sc_core::SC_US , sc_core::SC_MS , sc_core::SC_SEC } |
Functions | |
const sc_time | sc_core::operator+ (const sc_time &a, const sc_time &b) |
const sc_time | sc_core::operator- (const sc_time &a, const sc_time &b) |
const sc_time | sc_core::operator* (const sc_time &t, double d) |
const sc_time | sc_core::operator* (double d, const sc_time &t) |
const sc_time | sc_core::operator/ (const sc_time &t, double d) |
double | sc_core::operator/ (const sc_time &t1, const sc_time &t2) |
std::ostream & | sc_core::operator<< (std::ostream &os, const sc_time &t) |
void | sc_core::sc_set_time_resolution (double d, sc_time_unit tu) |
sc_time | sc_core::sc_get_time_resolution () |
const sc_time & | sc_core::sc_max_time () |
void | sc_core::sc_set_default_time_unit (double d, sc_time_unit tu) |
sc_time | sc_core::sc_get_default_time_unit () |