Searched refs:SC_ZERO_TIME (Results 26 - 50 of 117) sorted by relevance

12345

/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test01/
H A Dtest01.cpp65 wait( SC_ZERO_TIME );
78 wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test02/
H A Dtest02.cpp65 wait( SC_ZERO_TIME );
78 wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test03/
H A Dtest03.cpp66 wait( SC_ZERO_TIME );
79 wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test01/
H A Dtest01.cpp65 ::sc_core::wait( SC_ZERO_TIME );
78 ::sc_core::wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test02/
H A Dtest02.cpp65 wait( SC_ZERO_TIME );
78 wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test03/
H A Dtest03.cpp66 wait( SC_ZERO_TIME );
79 wait( SC_ZERO_TIME );
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Ddmi.hh54 m_dmi_read_latency = sc_core::SC_ZERO_TIME;
55 m_dmi_write_latency = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/channel/
H A Dsc_clock.cc98 0.5, SC_ZERO_TIME, true)
102 sc_clock(name, sc_time(1.0, SC_NS), 0.5, SC_ZERO_TIME, true)
112 if (period == SC_ZERO_TIME) {
119 if (duty_cycle * period == SC_ZERO_TIME) {
139 sc_clock(name, sc_time(period_v, period_tu), duty_cycle, SC_ZERO_TIME,
/gem5/src/systemc/tests/include/
H A DSimpleATInitiator2.h189 t = sc_core::SC_ZERO_TIME;
216 if (t != sc_core::SC_ZERO_TIME) {
224 if (t != sc_core::SC_ZERO_TIME) {
257 assert(t == sc_core::SC_ZERO_TIME); // FIXME: can t != 0?
259 mEndRequestPhase.notify(sc_core::SC_ZERO_TIME);
264 assert(t == sc_core::SC_ZERO_TIME); // FIXME: can t != 0?
269 mEndRequestPhase.notify(sc_core::SC_ZERO_TIME);
H A DSimpleATTarget1.h128 sc_core::sc_time t = sc_core::SC_ZERO_TIME;
136 assert(t == sc_core::SC_ZERO_TIME); // t must be SC_ZERO_TIME
156 sc_core::sc_time t = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp46 using sc_core::SC_ZERO_TIME;
82 wait(SC_ZERO_TIME);
101 wait(SC_ZERO_TIME);
136 wait(SC_ZERO_TIME);
146 wait(SC_ZERO_TIME);
157 wait(SC_ZERO_TIME);
164 wait(SC_ZERO_TIME);
/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 );
117 ev.notify(SC_ZERO_TIME);
121 sc_assert( sc_time_to_pending_activity() == SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/kernel/sc_event/test10/
H A Dtest10.cpp58 wait( SC_ZERO_TIME );
62 e2.notify( SC_ZERO_TIME );
171 wait( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/kernel/sc_event/test11/
H A Dtest11.cpp60 next_trigger( SC_ZERO_TIME );
68 e2.notify( SC_ZERO_TIME );
216 next_trigger( SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/compliance_1666/test106/
H A Dtest106.cpp5 using sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp92 random_notify(SC_ZERO_TIME);
93 random_notify(SC_ZERO_TIME);
108 random_notify(SC_ZERO_TIME);
159 { random_notify(SC_ZERO_TIME, true); }
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_5.3.4.2/test01/
H A Dtest01.cpp62 sc_assert( sc_time_stamp() == SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/tmp/others/OLD_sc_start_starvation/
H A DOLD_sc_start_starvation.cpp29 sc_assert( sc_time_stamp() == SC_ZERO_TIME );
/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp44 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/utils/sc_vector/test07/
H A Dtest07.cpp101 sc_start( SC_ZERO_TIME );
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh144 void notify(sc_core::sc_time time_from_now = sc_core::SC_ZERO_TIME);
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_dmi.h54 m_dmi_read_latency = sc_core::SC_ZERO_TIME;
55 m_dmi_write_latency = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/tmp/others/sc_start_starvation/
H A Dsc_start_starvation.cpp37 sc_assert( sc_time_stamp() == SC_ZERO_TIME );
66 ev.notify(SC_ZERO_TIME);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp68 SC_ZERO_TIME, local
85 SC_ZERO_TIME, local
132 SC_ZERO_TIME, local
307 if( period_ == SC_ZERO_TIME ) {
323 if( m_negedge_time == SC_ZERO_TIME ) {
327 if( m_posedge_time == SC_ZERO_TIME ) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp79 wait(SC_ZERO_TIME);
101 wait(SC_ZERO_TIME);
169 wait(SC_ZERO_TIME);
179 wait(SC_ZERO_TIME);
189 wait(SC_ZERO_TIME);

Completed in 24 milliseconds

12345