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

1234567891011>>

/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test02/
H A Dtest02.cpp48 cout << sc_time_stamp() << " " << msg << endl;
90 cout << sc_time_stamp() << " " << msg << endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp47 sc_assert(sc_time_stamp() == sc_time(10, SC_NS));
52 sc_assert(sc_time_stamp() == sc_time(15, SC_NS));
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test01/
H A Dtest01.cpp60 cout << sc_time_stamp() << ": sync(" << context << ") terminating" << endl;
65 cout << sc_time_stamp() << ": waiting waking" << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_simcontext/test02/
H A Dtest02.cpp48 cout << sc_time_stamp() << " " << msg << endl;
88 cout << sc_time_stamp() << " " << msg << endl;
/gem5/src/systemc/tests/systemc/misc/stars/vcd_trace/star126273/
H A Dtest.cpp68 cout << "foo: clk1 + " << sc_time_stamp() << endl;
71 cout << "foo: clk2 + " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test05/
H A Dtest05.cpp115 cout << "Target called/reset at " << sc_time_stamp() << endl;
121 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/others/kill_reset/
H A Dkill_reset.cpp79 cout << "Target called/reset at " << sc_time_stamp() << endl;
85 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc118 Tick systemc_time = sc_core::sc_time_stamp().value();
152 Tick systemc_time = sc_core::sc_time_stamp().value();
213 if (wait_exit_time > sc_core::sc_time_stamp().value()) {
215 wait_exit_time = sc_core::sc_time_stamp().value();
232 Tick systemc_time = sc_core::sc_time_stamp().value();
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp100 << ": " << sc_time_stamp()
116 << ": " << sc_time_stamp()
137 << ": " << sc_time_stamp()
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp114 << ": " << sc_time_stamp()
198 } else if (sc_time_to_pending_activity()== sc_max_time()-sc_time_stamp() ) {
211 << ": " << sc_time_stamp()
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dstar111004.cpp168 flog << sc_time_stamp()<<": "<<name()<<"::control_write - Attention Request" << endl;
181 flog << sc_time_stamp()<<": "<<name()<<"::control_write - writing mii_frame into out_fifo" << endl;
229 flog << sc_time_stamp()<<": "<<name()<<"::control_read " << endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp94 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_mutex/test01/
H A Dtest01.cpp48 cout << sc_time_stamp() << " " << msg << endl;
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test01/
H A Dtest01.cpp48 cout << sc_time_stamp() << " " << msg << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/sharing/
H A Dstimulus.cpp77 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/divide/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp54 if (sc_core::sc_time_stamp() < sc_time(2000, SC_US)) {
58 if (sc_core::sc_time_stamp() < sc_time(3000, SC_US)) {
64 if (sc_core::sc_time_stamp() < sc_time(4000, SC_US)) {
88 SC_WAIT_UNTIL(sc_core::sc_time_stamp() > sc_time(1000, SC_US));

Completed in 20 milliseconds

1234567891011>>