Searched refs:reset_changed (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp369 //"sc_process_b::reset_changed"
383 void sc_process_b::reset_changed( bool async, bool asserted ) function in class:sc_core::sc_process_b
465 // reset_changed().
518 reset_changed( false, true );
528 reset_changed( false, false );
745 // Andy Goodrich: moved reset_changed() to .cpp since it needs visibility
H A Dsc_reset.cpp47 // notify_processes() method will call the reset_changed() method of each
54 // reset_changed() method.
148 entry_p->m_process_p->reset_changed( entry_p->m_async, active );
H A Dsc_process.h383 void reset_changed( bool async, bool asserted );
489 // a reset linkage for it is set up, so we won't get a reset_changed()
759 // Andy Goodrich: moved reset_changed() to .cpp since it needs visibility

Completed in 21 milliseconds