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

1234567891011>>

/gem5/src/systemc/channel/
H A Dsc_event_queue.cc56 _times.push(sc_time_stamp() + t);
57 _defaultEvent.notify(_times.top() - sc_time_stamp());
79 _defaultEvent.notify(_times.top() - sc_time_stamp());
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test03/
H A Dtest_sem.cpp57 sc_time_stamp().to_double(), loop_counter);
62 sc_time_stamp().to_double(), sem_1.get_value());
78 sc_time_stamp().to_double());
/gem5/src/systemc/tests/systemc/kernel/sc_module/test09/
H A Dtest09.cpp50 cout << sc_time_stamp() << ": ModuleBase" << endl;
68 cout << sc_time_stamp() << ": NonModuleDerived" << endl;
89 cout << sc_time_stamp() << ": ModuleDerived" << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test01/
H A Dtest01.cpp60 cout << "able: " << sc_time_stamp() << endl;
69 cout << "baker: " << sc_time_stamp() << endl;
78 cout << "charlie: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test02/
H A Dtest02.cpp60 cout << "able: " << sc_time_stamp() << endl;
69 cout << "baker: " << sc_time_stamp() << endl;
78 cout << "charlie: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
73 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_fsm/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
73 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
73 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_exit/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
73 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_fsm/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
72 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star114104/
H A Dtest.cpp52 cout << sc_time_stamp() << ": " << tmp.to_char() << endl;
70 cout << sc_time_stamp() << ": posedge" << endl;
75 cout << sc_time_stamp() << ": negedge" << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star127536/
H A Dtest.cpp59 cout << sc_time_stamp() << ": trigger1 : " <<trigger1++ << endl;
61 cout << sc_time_stamp() << ": trigger2 : " <<trigger2++ << endl;
105 cout << "finishing at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp51 cout << "Target called/reset at " << sc_time_stamp() << endl;
57 cout << "Target awoke at " << sc_time_stamp() << endl;
60 cout << "Unwinding at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test16/
H A Dtest16.cpp61 time = sc_time_stamp();
71 time = sc_time_stamp();
78 time = sc_time_stamp();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/disable_enable/
H A Ddisable_enable.cpp93 //cout << "Target called at " << sc_time_stamp() << " with count = " << count << endl;
96 case 0: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); f0 = 1; break;
97 case 5: sc_assert(sc_time_stamp() == sc_time(20, SC_NS)); f4 = 1; break;
98 case 6: sc_assert(sc_time_stamp() == sc_time(30, SC_NS)); f5 = 1; break;
104 //cout << "Target awoke at " << sc_time_stamp() << " with count = " << count << endl;
107 case 1: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); f1 = 1; break;
108 case 2: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f2 = 1; break;
109 case 4: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f3 = 1; break;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_elab/
H A Dproc_ctrl_elab.cpp314 sc_assert( sc_time_stamp() == sc_time(10, SC_NS) );
320 sc_assert( sc_time_stamp() == sc_time(20, SC_NS) );
326 sc_assert( sc_time_stamp() == sc_time(10, SC_NS) );
332 sc_assert( sc_time_stamp() == sc_time(60, SC_NS) );
338 sc_assert( sc_time_stamp() == sc_time(10, SC_NS) );
351 sc_assert( sc_time_stamp() == sc_time(40, SC_NS) );
355 sc_assert( sc_time_stamp() == sc_time(50, SC_NS) );
361 sc_assert( sc_time_stamp() == sc_time(0, SC_NS) );
368 sc_assert( sc_time_stamp() == sc_time(60, SC_NS) );
374 sc_assert( sc_time_stamp()
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp42 sc_assert(sc_time_stamp() == sc_time(1, SC_NS));
44 sc_assert(sc_time_stamp() == sc_time(11, SC_NS));
46 sc_assert(sc_time_stamp() == sc_time(111, SC_NS));
60 sc_assert(sc_time_stamp() == sc_time(1, SC_NS));
62 sc_assert(sc_time_stamp() == sc_time(11, SC_NS));
64 sc_assert(sc_time_stamp() == sc_time(111, SC_NS));
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test02/
H A Dtest02.cpp49 cout << sc_time_stamp() << ": initializing" << endl;
53 cout << sc_time_stamp() << ": waited 3" << endl;
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test03/
H A Dtest03.cpp48 cout << sc_time_stamp() << ": initializing" << endl;
52 cout << sc_time_stamp() << ": waited 3" << endl;
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test04/
H A Dtest04.cpp49 cout << sc_time_stamp() << ": initializing" << endl;
53 cout << sc_time_stamp() << ": waited 3" << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_time/test18/
H A Dtest18.cpp60 cout << sc_time_stamp() << " caught" << endl;
69 cout << sc_time_stamp() << " throwing" << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_exit/
H A Dstimulus.cpp57 << sc_time_stamp() << endl;
65 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test04/
H A Dtest04.cpp17 cout << "able: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/
H A Dtest1.cpp52 sc_time_stamp() << " " <<
61 sc_time_stamp() << " " <<
72 sc_time_stamp() << " " << \
76 sc_time_stamp() << " " << \
/gem5/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test2/
H A Dtest2.cpp60 cout << sc_time_stamp() << " " << sc_delta_count() << " cascade0"
67 cout << sc_time_stamp() << " " << sc_delta_count() << " cascade1"
74 cout << sc_time_stamp() << " " << sc_delta_count() << " cascade2"
82 cout << sc_time_stamp() << " " << sc_delta_count() << " thread"

Completed in 29 milliseconds

1234567891011>>