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

1234567891011>>

/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp140 sc_assert( sc_time_stamp() == sc_time(1234, SC_NS) );
236 sc_assert( sc_time_stamp() == sc_time(42, SC_US) );
242 sc_assert( sc_time_stamp() == sc_time(42, SC_US) );
251 sc_assert( sc_time_stamp() == sc_time(42, SC_US) );
255 sc_assert( sc_time_stamp() == sc_time(44, SC_US) );
261 sc_assert( sc_time_stamp() == sc_time(44, SC_US) );
278 sc_assert( sc_time_stamp() == SC_ZERO_TIME );
282 sc_assert( sc_time_stamp() == sc_time(42, SC_US) );
287 sc_assert( sc_time_stamp() == sc_time(42, SC_US) );
296 sc_assert( sc_time_stamp()
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp117 sc_assert(sc_time_stamp() == sc_time(10, SC_NS));
121 sc_assert(sc_time_stamp() == sc_time(60, SC_NS));
142 //cout << "Child " << i << " called at " << sc_time_stamp() << endl;
160 case 1: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); c0[i] = 1; break;
161 case 2: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); c2[i] = 1; break;
172 case 2: sc_assert(sc_time_stamp() == sc_time(10, SC_NS));
174 case 7: sc_assert(sc_time_stamp() == sc_time(60, SC_NS));
183 case 3: sc_assert(sc_time_stamp() == sc_time(20, SC_NS)); c3[i] = 1; break;
184 case 6: sc_assert(sc_time_stamp() == sc_time(50, SC_NS)); c4[i] = 1; break;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test01/
H A Dtest01.cpp76 cout <<"simulation time" << ":" << sc_time_stamp()<<" ";
86 cout <<"simulation time" << ":" << sc_time_stamp();
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test02/
H A Dtest02.cpp53 cout << sc_time_stamp() << ": sync(" << context << ") terminating"<< endl;
66 cout << sc_time_stamp() << ": waiting waking" << endl;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test05/
H A Dtest05.cpp57 cout << sc_time_stamp() << ": clocked wait waking" << endl;
66 cout << sc_time_stamp() << ": sync(" << context << ") terminating" << endl;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp49 cout << endl << sc_time_stamp() << ", "
71 cout << endl << sc_time_stamp() << ": static_method, Before spawning function_method " << endl;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test03/
H A Dtest03.cpp92 cout << "Target called/reset at " << sc_time_stamp() << endl;
97 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp89 cout << "Target called/reset at " << sc_time_stamp() << endl;
93 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/others/OLD_kill_reset/
H A DOLD_kill_reset.cpp59 cout << "Target called/reset at " << sc_time_stamp() << endl;
64 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/others/priority_bug/
H A Dpriority_bug.cpp41 cout << "Target called/reset at " << sc_time_stamp() << endl;
46 cout << "Target awoke at " << sc_time_stamp() << " count = " << count << endl;
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp56 cout << "Target called/reset at " << sc_time_stamp() << endl;
60 cout << "Target awoke at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test04/
H A Dtest04.cpp67 cout << endl << sc_time_stamp() << ", "
91 cout << endl << sc_time_stamp() << ", "
97 cout << endl << sc_time_stamp() << ", "
104 cout << sc_time_stamp() << ", "
/gem5/src/systemc/tests/systemc/kernel/sc_event/test13/
H A Dtest13.cpp50 cout <<"simulation time" << ":" << sc_time_stamp()
/gem5/src/systemc/tests/systemc/kernel/sc_module/test10/
H A Dtest10.cpp56 cout << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test02/
H A Dtest02.cpp16 cout << sc_time_stamp() << ": " << cpi->process_handle->name() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_simcontext/sc_delta_count/
H A Dsc_delta_count.cpp31 cout << "Program completed after " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/increment/
H A Dstimulus.cpp61 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/balancing/
H A Dstimulus.cpp59 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/fsm/
H A Dstimulus.cpp59 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/balancing/
H A Dstimulus.cpp59 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/fsm/
H A Dstimulus.cpp59 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star125412/
H A Dtest.cpp75 cout << "main thread at time " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Dpulse.cpp89 cout << "Pulses were generated @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tlm_core/2/quantum/
H A Dglobal_quantum.cc42 const sc_core::sc_time current = sc_core::sc_time_stamp();
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp79 sc_time* t = new sc_time( when+sc_time_stamp() );
92 assert( *t==sc_time_stamp() );
96 m_e.notify( *m_ppq.top() - sc_time_stamp() );

Completed in 23 milliseconds

1234567891011>>