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

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/balancing/
H A Ddisplay.cpp50 << " at " << sc_time_stamp() << endl;
56 << " at " << sc_time_stamp() << endl;
62 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/fsm/
H A Ddisplay.cpp50 << " at " << sc_time_stamp() << endl;
56 << " at " << sc_time_stamp() << endl;
62 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/sim_tests/hshake2/
H A Dproc1.cpp56 << " at time " << sc_time_stamp() << endl;
60 cout << "Proc1: Data Ack Received at time " << sc_time_stamp() <<
65 << " at time " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dproc1.cpp56 << " at time " << sc_time_stamp() << endl;
60 cout << "Proc1: Data Ack Received at time " << sc_time_stamp() <<
65 << " at time " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_exit/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_fsm/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_exit/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_fsm/
H A Ddisplay.cpp48 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/structure/clocks/
H A Dclocks.h69 cout << sc_time_stamp() << " : CLK UP\n" << endl;
72 cout << sc_time_stamp() << " : CLK UP\n" << endl;
75 cout << sc_time_stamp() << " : CLK UP\n" << endl;
77 cout << sc_time_stamp() << " : CLK UP\n" << endl;
108 cout << sc_time_stamp() << " : CLK DN\n" << endl;
111 cout << sc_time_stamp() << " : CLK DN\n" << endl;
114 cout << sc_time_stamp() << " : CLK DN\n" << endl;
116 cout << sc_time_stamp() << " : CLK DN\n" << endl;
147 cout << sc_time_stamp() << " : _____________CLK2 UP\n" << endl;
150 cout << sc_time_stamp() << "
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp58 << " at " << sc_time_stamp() << " on list" << endl;
67 << " at " << sc_time_stamp() << " on list" << endl;
136 start = sc_time_stamp();
145 cout << "Awoke at " << sc_time_stamp() << endl;
146 sc_assert( sc_time_stamp() - start == sc_time(20, SC_NS) );
148 start = sc_time_stamp();
158 cout << "Awoke at " << sc_time_stamp() << endl;
159 sc_assert( sc_time_stamp() - start == sc_time(21, SC_NS) );
161 start = sc_time_stamp();
169 cout << "Awoke at " << sc_time_stamp() << end
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test10/
H A Dtest10.cpp71 cout << sc_time_stamp() << " killer: killing thread0 " << endl;
73 cout << sc_time_stamp() << " killer: after killing thread0" << endl;
75 cout << sc_time_stamp() << " killer: after killing thread2" << endl;
81 cout << sc_time_stamp() << " thread 0: initialization" << endl;
92 cout << sc_time_stamp() << " thread0: received kill" << endl;
94 cout << sc_time_stamp() << " thread0: after killing thread1"
103 cout << sc_time_stamp() << " thread 1: initialization" << endl;
114 cout << sc_time_stamp() << " thread1: received kill" << endl;
122 cout << sc_time_stamp() << " thread 2: initialization" << endl;
133 cout << sc_time_stamp() << " thread
[all...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Ddist.cpp79 << total << " km @ " << sc_time_stamp() << endl;
81 << partial << " km @ " << sc_time_stamp() << endl;
H A Dspeed.cpp85 << speed << " km/h @ " << sc_time_stamp() << endl;
88 << " degrees @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_start_starvation/
H A Dsc_start_starvation.cpp79 sc_assert( sc_time_stamp() == SC_ZERO_TIME );
82 sc_assert( sc_time_stamp() == sc_time(100, SC_NS) );
89 sc_assert( sc_time_stamp() == sc_time(110, SC_NS) );
93 sc_assert( sc_time_stamp() == sc_time(110, SC_NS) );
97 sc_assert( sc_time_stamp() == sc_time(150, SC_NS) );
103 sc_assert( sc_time_stamp() == sc_time(150, SC_NS) );
107 sc_assert( sc_time_stamp() == sc_time(200, SC_NS) );
112 sc_assert( sc_time_stamp() == sc_time(250, SC_NS) );
115 sc_assert( sc_time_to_pending_activity() == sc_max_time() - sc_time_stamp() );
124 sc_assert( sc_time_stamp()
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/test02/
H A Dtest02.cpp72 cout << sc_time_stamp() << ": clocked thread (" << __LINE__
83 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
90 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
97 cout << sc_time_stamp() << ": dynamic thread (" << __LINE__ << ")"
100 cout << sc_time_stamp() << ": dynamic thread (" << __LINE__
105 cout << sc_time_stamp() << ": dynamic thread (" << __LINE__
115 cout << sc_time_stamp() << ": static method (" << __LINE__
120 cout << sc_time_stamp() << ": static method (" << __LINE__
126 cout << sc_time_stamp() << ": static thread (" << __LINE__ << ")"
131 cout << sc_time_stamp() << "
[all...]
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test05/
H A Dtest05.cpp103 cout << sc_time_stamp() << " ... dynamic method" << endl;
109 cout << sc_time_stamp() << " ... dynamic thread clocked" << endl;
118 cout << sc_time_stamp() << " ... dynamic thread event wait" << endl;
127 cout << sc_time_stamp() << " ... dynamic thread timed wait" << endl;
140 cout << endl << sc_time_stamp() << " asserting asynchronous reset"
144 cout << endl << sc_time_stamp() << " clearing asynchronous reset"
148 cout << endl << sc_time_stamp() << " asserting synchronous reset"
152 cout << endl << sc_time_stamp() << " clearing synchronous reset"
157 cout << endl << sc_time_stamp() << " terminating simulation" << endl;
163 cout << sc_time_stamp() << "
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/test01/
H A Dtest01.cpp63 cout << sc_time_stamp() << ": cthread (" << __LINE__ << ")"
75 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
80 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
86 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
92 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
97 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
103 cout << sc_time_stamp() << ": dynamic method (" << __LINE__
114 cout << sc_time_stamp() << ": dynamic thread (" << __LINE__ << ")"
119 cout << sc_time_stamp() << ": dynamic thread (" << __LINE__
122 cout << sc_time_stamp() << "
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/test05/
H A Dtest05.cpp66 cout << sc_time_stamp() << " caught my exception " << endl;
70 cout << sc_time_stamp() << " caught your exception " << endl;
81 cout << sc_time_stamp() << " throwing my exception " << endl;
87 cout << sc_time_stamp() << " throwing my exception " << endl;
89 cout << sc_time_stamp() << " throwing your exception " << endl;
/gem5/src/systemc/tests/systemc/misc/unit/control/posedge/
H A Drdy.h75 cout << sc_time_stamp() << " : " // Time 10
82 cout << sc_time_stamp() << " : "
89 cout << sc_time_stamp() << " : "
96 cout << sc_time_stamp() << " : "
103 cout << sc_time_stamp() << " : "
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test01/
H A Dtest01.cpp72 cout << "suspend: time = " << sc_time_stamp() << endl;
75 cout << "resume: time = " << sc_time_stamp() << endl;
79 cout << "disable: time = " << sc_time_stamp() << endl;
82 cout << "enable: time = " << sc_time_stamp() << endl;
93 cout << "T2: time = " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp138 wait(sc_time(200, SC_NS) - sc_time_stamp());
166 wait(sc_time(300, SC_NS) - sc_time_stamp());
214 wait(sc_time(500, SC_NS) - sc_time_stamp());
247 wait(sc_time(600, SC_NS) - sc_time_stamp());
269 case 5: sc_assert( sc_time_stamp() == sc_time( 40, SC_NS) ); f0=1; break;
270 case 15: sc_assert( sc_time_stamp() == sc_time(200, SC_NS) ); f3=1; break;
271 case 17: sc_assert( sc_time_stamp() == sc_time(220, SC_NS) ); f4=1; break;
277 case 8: sc_assert( sc_time_stamp() == sc_time( 70, SC_NS) ); f1=1; break;
278 case 10: sc_assert( sc_time_stamp() == sc_time( 90, SC_NS) ); f2=1; break;
279 case 22: sc_assert( sc_time_stamp()
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_barrier/test01/
H A Dtest01.cpp21 cout << sc_time_stamp() << " - a" << endl;
27 cout << sc_time_stamp() << " - b" << endl;
32 cout << sc_time_stamp() << " - c" << endl;
/gem5/src/systemc/tests/systemc/misc/unit/control/wait_until/
H A Drdy_gen.h71 cout << sc_time_stamp() << " : "
76 cout << sc_time_stamp() << " : "
81 cout << sc_time_stamp() << " : "

Completed in 19 milliseconds

1234567891011>>