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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp400 m_ready_to_simulate = false;
449 m_ready_to_simulate(false), m_elaboration_done(false),
728 if( m_ready_to_simulate || sim_status() != SC_SIM_OK ) {
762 m_ready_to_simulate = true;
1070 m_ready_to_simulate = false;
1139 if ( m_ready_to_simulate )
1156 if ( m_ready_to_simulate ) { // dynamic process
1196 if ( m_ready_to_simulate ) { // dynamic process
1344 return m_ready_to_simulate;
H A Dsc_simcontext.h354 bool m_ready_to_simulate; member in class:sc_core::sc_simcontext
520 m_ready_to_simulate;
666 return simc_p->m_ready_to_simulate;

Completed in 13 milliseconds