Searched refs:simulation_done (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module_registry.h78 void simulation_done();
H A Dsc_module_registry.cpp139 sc_module_registry::simulation_done() function in class:sc_core::sc_module_registry
142 m_module_vec[i]->simulation_done();
H A Dsc_phase_callback_registry.h90 void simulation_done() const;
196 sc_phase_callback_registry::simulation_done() const function in class:sc_core::sc_phase_callback_registry
H A Dsc_simcontext.cpp1071 m_port_registry->simulation_done();
1072 m_export_registry->simulation_done();
1073 m_prim_channel_registry->simulation_done();
1074 m_module_registry->simulation_done();
1075 SC_DO_PHASE_CALLBACK_(simulation_done);
H A Dsc_module.cpp428 // called by simulation_done (does nothing by default)
435 sc_module::simulation_done() function in class:sc_core::sc_module
H A Dsc_module.h117 // called by simulation_done (does nothing by default)
120 void simulation_done();
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp111 // called by simulation_done (does nothing)
120 sc_export_base::simulation_done() function in class:sc_core::sc_export_base
257 sc_export_registry::simulation_done() function in class:sc_core::sc_export_registry
260 m_export_vec[i]->simulation_done();
H A Dsc_prim_channel.cpp127 // called by simulation_done (does nothing)
136 sc_prim_channel::simulation_done() function in class:sc_core::sc_prim_channel
359 sc_prim_channel_registry::simulation_done() function in class:sc_core::sc_prim_channel_registry
362 m_prim_channel_vec[i]->simulation_done();
H A Dsc_export.h101 void simulation_done();
247 void simulation_done();
H A Dsc_prim_channel.h86 // called by simulation_done (does nothing by default)
210 void simulation_done();
275 void simulation_done();
H A Dsc_port.cpp333 // called by sc_port_registry::simulation_done (does nothing by default)
586 sc_port_base::simulation_done() function in class:sc_core::sc_port_base
720 sc_port_registry::simulation_done() function in class:sc_core::sc_port_registry
723 m_port_vec[i]->simulation_done();
H A Dsc_port.h132 // called by simulation_done (does nothing by default)
169 void simulation_done();
224 void simulation_done();

Completed in 28 milliseconds