Searched refs:m_end_of_simulation_called (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h359 bool m_end_of_simulation_called; member in class:sc_core::sc_simcontext
712 return sc_get_curr_simcontext()->m_end_of_simulation_called;
H A Dsc_simcontext.cpp409 m_end_of_simulation_called = false;
451 m_in_simulator_control(false), m_end_of_simulation_called(false),
1076 m_end_of_simulation_called = true;

Completed in 12 milliseconds