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

12345

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h375 extern const sc_time SC_ZERO_TIME;
H A Dsc_event.h401 if( t == SC_ZERO_TIME ) {
H A Dsc_simcontext.h486 if ( m_max_time == SC_ZERO_TIME )
/gem5/src/systemc/core/
H A Dsc_event.cc347 _gem5_event->notifyDelayed(SC_ZERO_TIME);
/gem5/src/systemc/ext/core/
H A D_using.hh156 using sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator1_DMI.h143 t = sc_core::SC_ZERO_TIME;
H A DSimpleLTInitiator2_DMI.h151 t = sc_core::SC_ZERO_TIME;
H A DSimpleLTInitiator3_DMI.h149 t = sc_core::SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp72 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp105 next_trigger(SC_ZERO_TIME);
/gem5/src/systemc/tests/tlm/update_original/
H A Dupdate_original.cpp65 sc_time delay = SC_ZERO_TIME;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp98 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp95 wait(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp297 cout << SC_ZERO_TIME << endl;
/gem5/util/tlm/src/
H A Dsc_master_port.cc249 auto delay = sc_core::SC_ZERO_TIME;
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h709 m_map[&trans].time = sc_core::SC_ZERO_TIME;
882 if (dmi_data.get_read_latency() != sc_core::SC_ZERO_TIME)
884 txt << "DMI descriptor not properly initialized: read_latency != SC_ZERO_TIME";
887 if (dmi_data.get_write_latency() != sc_core::SC_ZERO_TIME)
889 txt << "DMI descriptor not properly initialized: write_latency != SC_ZERO_TIME";
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc110 auto delay = sc_core::SC_ZERO_TIME;

Completed in 32 milliseconds

12345