Searched refs:elaboration_done (Results 1 - 20 of 20) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_simcontext.hh49 bool elaboration_done();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module_registry.cpp52 if( m_simc->elaboration_done() ) {
118 sc_module_registry::elaboration_done() function in class:sc_core::sc_module_registry
122 m_module_vec[i]->elaboration_done( error );
H A Dsc_module_registry.h72 void elaboration_done();
H A Dsc_phase_callback_registry.h80 void elaboration_done() const;
153 sc_phase_callback_registry::elaboration_done() const function in class:sc_core::sc_phase_callback_registry
H A Dsc_simcontext.cpp708 m_port_registry->elaboration_done();
709 m_export_registry->elaboration_done();
710 m_prim_channel_registry->elaboration_done();
711 m_module_registry->elaboration_done();
712 SC_DO_PHASE_CALLBACK_(elaboration_done);
H A Dsc_simcontext.h184 bool elaboration_done() const;
403 sc_simcontext::elaboration_done() const function in class:sc_core::sc_simcontext
H A Dsc_phase_callback_registry.cpp109 if( SC_UNLIKELY_( (m & check_mask ) && m_simc->elaboration_done() ) )
H A Dsc_process.cpp550 m_dynamic_proc( simcontext()->elaboration_done() ),
H A Dsc_module.cpp389 // called by elaboration_done (does nothing by default)
400 sc_module::elaboration_done( bool& error_ ) function in class:sc_core::sc_module
H A Dsc_module.h107 // called by elaboration_done (does nothing by default)
110 void elaboration_done( bool& );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp79 // called by elaboration_done() (does nothing by default)
88 sc_export_base::elaboration_done() function in class:sc_core::sc_export_base
154 if( m_simc->elaboration_done() ) {
239 sc_export_registry::elaboration_done() function in class:sc_core::sc_export_registry
242 m_export_vec[i]->elaboration_done();
H A Dsc_prim_channel.cpp96 // called by elaboration_done (does nothing by default)
106 sc_prim_channel::elaboration_done() function in class:sc_core::sc_prim_channel
208 if( m_simc->elaboration_done() ) {
339 sc_prim_channel_registry::elaboration_done() function in class:sc_core::sc_prim_channel_registry
342 m_prim_channel_vec[i]->elaboration_done();
H A Dsc_export.h99 void elaboration_done();
241 void elaboration_done();
H A Dsc_port.cpp322 // called by elaboration_done (does nothing)
566 sc_port_base::elaboration_done() function in class:sc_core::sc_port_base
608 if( m_simc->elaboration_done() ) {
698 sc_port_registry::elaboration_done() function in class:sc_core::sc_port_registry
703 m_port_vec[i]->elaboration_done();
H A Dsc_prim_channel.h80 // called by elaboration_done (does nothing by default)
204 void elaboration_done();
269 void elaboration_done();
H A Dsc_port.h126 // called by elaboration_done (does nothing)
163 void elaboration_done();
218 void elaboration_done();
H A Dsc_signal_ports.h1796 if (sc_get_curr_simcontext()->elaboration_done() )
1814 if (sc_get_curr_simcontext()->elaboration_done() )
/gem5/src/systemc/core/
H A Dsc_simcontext.cc81 sc_simcontext::elaboration_done() function in class:sc_core::sc_simcontext
/gem5/src/systemc/tlm_utils/
H A Dconvenience_socket_bases.cc70 if (sc_core::sc_get_curr_simcontext()->elaboration_done()) {
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h91 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
99 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
106 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
114 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
612 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
623 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
633 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());
644 assert(!sc_core::sc_get_curr_simcontext()->elaboration_done());

Completed in 48 milliseconds