Searched refs:sc_start (Results 226 - 250 of 585) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dmain.cpp68 sc_start();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dmain.cpp65 sc_start(1000, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Dmain.cpp57 sc_start();
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test4/
H A Dtest4.cpp188 sc_start(0, SC_NS);
190 sc_start(5, SC_NS);
193 sc_start(5, SC_NS);
195 sc_start(5, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test8/
H A Dtest8.cpp176 sc_start(0, SC_NS);
179 sc_start(5, SC_NS);
182 sc_start(5, SC_NS);
184 sc_start(5, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/param_model/
H A Dmain.cpp77 sc_start();
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Dmain.cpp107 sc_start();
/gem5/src/systemc/tests/systemc/tmp/others/bogus_reset/
H A Dbogus_reset.cpp56 sc_start();
/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmain.cpp65 sc_start(500, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp94 sc_start( 1, SC_NS );
98 sc_start( 1, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp81 sc_start(17, SC_NS);
83 sc_start(50, SC_NS);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.h125 { sc_start( duration ); }
128 { sc_start( sc_time(v, tu) ); }
131 { sc_start( duration ); }
/gem5/src/systemc/core/
H A Dsc_main.cc63 sc_start() function in namespace:sc_core
66 sc_start(sc_time::from_value(MaxTick - now), SC_EXIT_ON_STARVATION);
77 sc_start(const sc_time &time, sc_starvation_policy p) function in namespace:sc_core
/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Dmanual_clock.cpp161 sc_start(0, SC_NS);
167 sc_start( 1, SC_NS );
170 sc_start( 1, SC_NS );
/gem5/src/systemc/tests/systemc/misc/sim_tests/multtrans/multtrans0/
H A Dmulttrans0.cpp171 sc_start(0, SC_NS);
174 sc_start( 10, SC_NS );
177 sc_start( 10, SC_NS );
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp145 sc_start(0, SC_NS);
151 sc_start(1, SC_NS);
153 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp146 sc_start(0, SC_NS);
152 sc_start(1, SC_NS);
154 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/late_reset_bug/
H A Dlate_reset_bug.cpp82 sc_start();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp80 sc_start();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp88 sc_start();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp105 sc_start();
/gem5/src/systemc/tests/systemc/bugs/sc_bigint_part_select/test01/
H A Dtest01.cpp66 sc_start(1, SC_NS);
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test01/
H A Dtest01.cpp104 sc_start( 100, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_mutex/test01/
H A Dtest01.cpp117 sc_start( 40, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test01/
H A Dtest01.cpp137 sc_start(10, SC_NS);

Completed in 21 milliseconds

1234567891011>>