Searched refs:sc_time (Results 176 - 194 of 194) sorted by relevance

12345678

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp102 sc_event::notify( const sc_time& t )
168 "notify_delayed(...) is deprecated, use notify(sc_time) instead" );
185 sc_event::notify_delayed( const sc_time& t )
669 notify( const sc_time& t, sc_event& e )
/gem5/util/tlm/src/
H A Dsim_control.cc90 == sc_core::sc_time(1,sc_core::SC_PS));
/gem5/src/systemc/core/
H A Dprocess.hh116 void setTimeout(::sc_core::sc_time t);
H A Dprocess.cc313 Process::setTimeout(::sc_core::sc_time t)
/gem5/src/systemc/tests/include/
H A DSimpleBusLT.h97 sc_core::sc_time& t)
H A DSimpleLTInitiator2_DMI.h147 sc_core::sc_time t;
H A DSimpleLTInitiator3_DMI.h145 sc_core::sc_time t;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp176 case 1: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f1[i]=1; break;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_delta_count/
H A Dsc_delta_count.cpp65 sc_time last_time;
/gem5/src/systemc/tests/systemc/kernel/sc_event/test12/
H A Dtest12.cpp79 sc_time t1( 1, SC_NS );
/gem5/src/systemc/utils/
H A Dsc_report.cc43 int _lineNumber, sc_time _time, const char *_processName, int _id) :
H A Dvcd.hh121 void addTraceVal(const sc_core::sc_time *v,
H A Dsc_trace_file.cc35 #include "systemc/ext/core/sc_time.hh"
273 sc_trace(sc_trace_file *tf, const sc_time &v, const std::string &name)
279 sc_trace(sc_trace_file *tf, const sc_time *v, const std::string &name)
H A Dtracefile.hh245 virtual void addTraceVal(const sc_core::sc_time *v,
H A Dsc_report_handler.cc95 sc_time::from_value(::sc_gem5::scheduler.getCurTick()),
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc232 sc_core::sc_time(1, sc_core::SC_PS))
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.h55 #include "sysc/kernel/sc_time.h"
76 class sc_time;
/gem5/src/systemc/ext/core/
H A D_using.hh154 using sc_core::sc_time;
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp158 sc_assert(rpt.get_time() == sc_time(0, SC_NS));

Completed in 34 milliseconds

12345678