gem5 v24.0.0.0
|
#include <cmath>
#include <cstring>
#include <sstream>
#include <vector>
#include "base/types.hh"
#include "sim/core.hh"
#include "systemc/core/time.hh"
#include "systemc/ext/core/messages.hh"
#include "systemc/ext/core/sc_main.hh"
#include "systemc/ext/core/sc_time.hh"
#include "systemc/ext/utils/sc_report_handler.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_core |
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 () |
Variables | |
const sc_time | sc_core::SC_ZERO_TIME |