Searched refs:SC_NS (Results 251 - 275 of 523) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/tracing/wif_trace/test10/
H A Dtest10.cpp100 sc_start(0, SC_NS);
103 sc_start(10, SC_NS);
105 sc_start(10, SC_NS);
/gem5/src/systemc/tests/systemc/compliance_1666/test203b/
H A Dtest203b.cpp23 sc_assert(sc_time_stamp() == sc_time(0, SC_NS));
25 sc_assert(sc_time_stamp() == sc_time(3, SC_NS));
33 sc_assert(sc_time_stamp() == sc_time(3, SC_NS));
35 sc_assert(sc_time_stamp() == sc_time(13, SC_NS));
42 sc_assert(sc_time_stamp() == sc_time(33, SC_NS));
46 wait(delay * sc_time(1, SC_NS));
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp86 sc_time t2b( 1.2345, SC_NS );
88 sc_time t2c( 1.2341, SC_NS );
94 sc_time t2e( -1.2345, SC_NS );
96 sc_time t2f( -1.2341, SC_NS );
111 sc_time t2g( v1, SC_NS );
113 sc_time t2h( v2, SC_NS );
115 sc_time t2i( v3, SC_NS );
117 sc_time t2j( v4, SC_NS );
119 sc_time t2k( v5, SC_NS );
121 sc_time t2l( v6, SC_NS );
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp73 check_time( sc_time( 10, SC_NS), SC_NS, "10 ns" );
74 check_time( sc_time( 100, SC_NS), SC_NS, "100 ns" );
75 check_time( sc_time(1000, SC_NS), SC_US, "1 us" );
76 check_time( sc_time( 0.1, SC_US), SC_NS, "100 ns" );
/gem5/src/systemc/tests/systemc/kernel/sc_time/test18/
H A Dtest18.cpp64 sc_time minus_four(-4.0, SC_NS);
84 sc_start(11, SC_NS);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dmain.cpp56 sc_clock clk("Clock", CLOCK_PERIOD, SC_NS);
71 sc_start(n, SC_NS);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dmain.cpp59 sc_clock clk("Clock", CLOCK_PERIOD, SC_NS);
75 sc_start(n, SC_NS);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/concat_port/
H A Dmain.cpp58 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dmain.cpp59 sc_clock clk ("Clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Dmain.cpp52 sc_clock clock("Clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/param_model/
H A Dmain.cpp65 sc_clock clk ("Clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Dmain.cpp86 sc_clock clk1("fast_clk", FAST_CLOCK_PERIOD1, SC_NS, 0.5, 0.0, SC_NS, false);
/gem5/src/systemc/tests/systemc/tmp/others/bogus_reset/
H A Dbogus_reset.cpp28 wait(10, SC_NS);
35 wait(15, SC_NS);
/gem5/src/systemc/tests/systemc/utils/sc_report/test03/
H A Dtest03.cpp70 sc_start(1, SC_NS);
72 sc_start(2, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/sc_event/test12/
H A Dtest12.cpp69 e3.notify( 2, SC_NS );
72 next_trigger( 3, SC_NS, e_ack );
79 sc_time t1( 1, SC_NS );
175 next_trigger( 0, SC_NS );
179 next_trigger( 0, SC_NS );
180 next_trigger( 1, SC_NS );
190 next_trigger( 1, SC_NS );
191 next_trigger( 1, SC_NS, e1 );
197 next_trigger( 1, SC_NS, e1 );
205 next_trigger( 1, SC_NS, e
[all...]
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp167 sc_start( 1,SC_NS );
176 sc_start( 1, SC_NS );
181 sc_start( 1,SC_NS );
185 sc_start( 1, SC_NS );
189 sc_start( 1, SC_NS );
196 sc_start( 1,SC_NS );
199 sc_start( 1, SC_NS );
203 sc_start( 1, SC_NS );
207 sc_start( 1,SC_NS );
214 sc_start( 1, SC_NS );
[all...]
/gem5/src/systemc/tests/systemc/communication/ports/test05/
H A Dtest05.cpp60 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_export/test02/
H A Dtest02.cpp18 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp67 wait(10, SC_NS);
69 wait(10, SC_NS);
81 sc_start(17, SC_NS);
83 sc_start(50, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/
H A Dtest06.cpp60 wait( 10, SC_NS ); // wait for 10 ns
89 wait( 10, SC_NS ); // wait for 10 ns
98 wait( 10, SC_NS );
139 sc_start( 100, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test01/
H A Dtest01.cpp90 sc_start(1, SC_NS);
92 sc_start(1, SC_NS);
94 sc_start(1, SC_NS);
97 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test02/
H A Dtest02.cpp90 sc_start(1, SC_NS);
92 sc_start(1, SC_NS);
94 sc_start(1, SC_NS);
97 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test03/
H A Dtest03.cpp90 sc_start(1, SC_NS);
92 sc_start(1, SC_NS);
94 sc_start(1, SC_NS);
97 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test04/
H A Dtest04.cpp90 sc_start(1, SC_NS);
92 sc_start(1, SC_NS);
94 sc_start(1, SC_NS);
97 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp74 next_trigger(10, SC_NS);
79 write_event_2.notify(5, SC_NS);
80 write_event_1.notify(5, SC_NS);
143 sc_start(60, SC_NS);

Completed in 23 milliseconds

<<11121314151617181920>>