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

<<111213

/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp68 << " @ " << std::setw(4) << sc_time_stamp()
/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp17 cout << sc_time_stamp() << " In Channel run() " << endl;
/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp55 cout << sc_time_stamp() << ": " << m_from_pipe.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test01/
H A Dtest01.cpp55 cout << sc_time_stamp() << ":" << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test02/
H A Dtest02.cpp55 cout << sc_time_stamp() << ":" << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test03/
H A Dtest03.cpp55 cout << sc_time_stamp() << ":" << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test04/
H A Dtest04.cpp55 cout << sc_time_stamp() << ":" << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_event/test14/
H A Dtest14.cpp54 cout <<"simulation time" << ":" << sc_time_stamp()
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Dstimulus.cpp82 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/bitwidth/
H A Dstimulus.cpp83 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901.cpp78 cout << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/others/sc_writer_bug/
H A Dsc_writer_bug.cpp30 cout << "port written in " << name() << " at " << sc_time_stamp()
/gem5/src/systemc/tlm_bridge/
H A Dsc_peq.hh94 Tick nextEventTick = sc_core::sc_time_stamp().value() + delay.value();
/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h70 << std::dec << " @ " << sc_core::sc_time_stamp()
86 << std::dec << " @ " << sc_core::sc_time_stamp()
H A DSimpleATTarget1.h87 << " @ " << sc_core::sc_time_stamp() << std::endl;
94 << " @ " << sc_core::sc_time_stamp() << std::endl;
H A DSimpleATTarget2.h84 << std::dec << " @ " << sc_core::sc_time_stamp()
92 << std::dec << " @ " << sc_core::sc_time_stamp()
H A DSimpleLTTarget1.h78 << " @ " << sc_core::sc_time_stamp() << std::endl;
86 << " @ " << sc_core::sc_time_stamp() << std::endl;
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp148 << setw(6) << sc_time_stamp()
167 << setw(6) << sc_time_stamp()
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp54 sc_time t = sc_time_stamp();
129 sc_time t = sc_time_stamp();
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h86 << " @ " << sc_core::sc_time_stamp() << std::endl;
94 << " @ " << sc_core::sc_time_stamp() << std::endl;
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h86 << " @ " << sc_core::sc_time_stamp() << std::endl;
94 << " @ " << sc_core::sc_time_stamp() << std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_children/
H A Dliving_children.cpp69 sc_assert( sc_time_stamp() == sc_time(3, SC_NS) );
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp126 " at time " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp88 cout << sc_time_stamp() << endl;
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp100 previous_time = sc_time_stamp() + delay;
121 if (sc_time_stamp() + delay < previous_time)
123 previous_time = sc_time_stamp() + delay;
146 previous_time = sc_time_stamp() + delay;

Completed in 27 milliseconds

<<111213