Searched refs:sc_max_time (Results 1 - 11 of 11) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_start/time_overflow/
H A Dtime_overflow.cpp43 sc_start(sc_max_time() - sc_time(10,SC_NS) );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp120 == sc_max_time() - sc_time_stamp() );
161 == sc_max_time() - sc_time_stamp() );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_start_starvation/
H A Dsc_start_starvation.cpp115 sc_assert( sc_time_to_pending_activity() == sc_max_time() - sc_time_stamp() );
127 sc_assert( sc_time_to_pending_activity() == sc_max_time() - sc_time_stamp() );
/gem5/src/systemc/ext/core/
H A Dsc_time.hh109 const sc_time &sc_max_time();
H A D_using.hh159 using sc_core::sc_max_time;
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp198 } else if (sc_time_to_pending_activity()== sc_max_time()-sc_time_stamp() ) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/kill_reset/
H A Dkill_reset.cpp262 sc_assert( sc_time_to_pending_activity() == sc_max_time() );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp197 cout << "sc_max_time() = " << sc_max_time() << endl;
/gem5/src/systemc/core/
H A Dsc_time.cc347 sc_max_time() function in namespace:sc_core
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp900 sc_time non_overflow_time = sc_max_time() - m_curr_time;
1730 sc_start( sc_max_time() - sc_time_stamp(),
1810 sc_max_time() function in namespace:sc_core
H A Dsc_simcontext.h635 extern const sc_time& sc_max_time(); // Get maximum time value.

Completed in 21 milliseconds