Searched refs:sc_time_stamp (Results 301 - 314 of 314) sorted by relevance

<<111213

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp282 return sc_time_stamp();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h65 std::cout << "**** " << sc_time_stamp() << " (" \
H A Dsc_runnable_int.h53 std::cout << "**** " << sc_time_stamp() << " (" \
H A Dsc_method_process.cpp47 std::cout << "**** " << sc_time_stamp() << " (" \
H A Dsc_thread_process.h54 std::cout << "**** " << sc_time_stamp() << " (" \
H A Dsc_simcontext.h636 extern const sc_time& sc_time_stamp(); // Current simulation time.
H A Dsc_thread_process.cpp50 std::cout << "**** " << sc_time_stamp() << " (" \
/gem5/src/systemc/ext/core/
H A D_using.hh70 using sc_core::sc_time_stamp;
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc311 Tick systemc_time = sc_core::sc_time_stamp().value();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp140 cout << "Called method() in " << name() << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h325 std::cout<<"At "<<sc_core::sc_time_stamp()<<" status of "<<name()<<" is "<<std::endl
/gem5/util/tlm/src/
H A Dsc_master_port.cc175 assert(curTick() == sc_core::sc_time_stamp().value());
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp1620 double inittime = sc_time_stamp().to_seconds();
1792 double now_units = sc_time_stamp().to_seconds() / timescale_unit;
H A Dsc_vcd_trace.cpp1759 double inittime = sc_time_stamp().to_seconds();
1922 double now_units = sc_time_stamp().to_seconds() / timescale_unit;

Completed in 41 milliseconds

<<111213