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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h361 bool m_start_of_simulation_called; member in class:sc_core::sc_simcontext
724 return sc_get_curr_simcontext()->m_start_of_simulation_called;
H A Dsc_simcontext.cpp408 m_start_of_simulation_called = false;
452 m_simulation_status(SC_ELABORATION), m_start_of_simulation_called(false),
744 m_start_of_simulation_called = true;
1007 if (m_start_of_simulation_called) {

Completed in 13 milliseconds