Searched refs:SC_STOP_FINISH_DELTA (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_main.cc46 sc_stop_mode _stop_mode = SC_STOP_FINISH_DELTA;
122 bool finish_delta = (_stop_mode == SC_STOP_FINISH_DELTA);
/gem5/src/systemc/ext/core/
H A Dsc_main.hh66 SC_STOP_FINISH_DELTA, enumerator in enum:sc_core::sc_stop_mode
H A D_using.hh67 using sc_core::SC_STOP_FINISH_DELTA;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h81 SC_STOP_FINISH_DELTA, enumerator in enum:sc_core::sc_stop_mode
H A Dsc_simcontext.cpp102 sc_stop_mode stop_mode = SC_STOP_FINISH_DELTA;
1030 // SC_STOP_FINISH_DELTA - finishes the current delta cycle - both execution
1847 // mode = SC_STOP_IMMEDIATE or SC_STOP_FINISH_DELTA.
1860 case SC_STOP_FINISH_DELTA:

Completed in 19 milliseconds