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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module_registry.h69 bool construction_done();
H A Dsc_module_registry.cpp103 sc_module_registry::construction_done() function in class:sc_core::sc_module_registry
110 m_module_vec[m_construction_done]->construction_done();
H A Dsc_phase_callback_registry.h79 bool construction_done() const; //< returns false
144 sc_phase_callback_registry::construction_done() const function in class:sc_core::sc_phase_callback_registry
H A Dsc_simcontext.cpp685 cd = m_port_registry->construction_done();
686 cd += m_export_registry->construction_done();
687 cd += m_prim_channel_registry->construction_done();
688 cd += m_module_registry->construction_done();
697 SC_DO_PHASE_CALLBACK_(construction_done);
H A Dsc_module.cpp373 // called by construction_done
383 sc_module::construction_done() function in class:sc_core::sc_module
H A Dsc_module.h102 // called by construction_done
105 void construction_done();
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp57 // called by construction_done() (does nothing by default)
67 sc_export_base::construction_done() function in class:sc_core::sc_export_base
222 sc_export_registry::construction_done() function in class:sc_core::sc_export_registry
229 m_export_vec[i]->construction_done();
H A Dsc_prim_channel.cpp82 // called by construction_done (does nothing by default)
90 sc_prim_channel::construction_done() function in class:sc_core::sc_prim_channel
322 sc_prim_channel_registry::construction_done() function in class:sc_core::sc_prim_channel_registry
329 m_prim_channel_vec[m_construction_done]->construction_done();
H A Dsc_export.h98 void construction_done();
238 bool construction_done();
H A Dsc_prim_channel.h77 // called by construction_done (does nothing by default)
201 void construction_done();
266 bool construction_done();
H A Dsc_port.cpp317 // called by construction_done (null by default)
558 sc_port_base::construction_done() function in class:sc_core::sc_port_base
670 sc_port_registry::construction_done() function in class:sc_core::sc_port_registry
677 m_port_vec[i]->construction_done();
H A Dsc_port.h123 // called by construction_done (does nothing by default)
159 void construction_done();
211 // called when by construction_done and elaboration done
215 bool construction_done();

Completed in 16 milliseconds