Searched refs:sc_port_registry (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.h75 friend class sc_port_registry;
185 // CLASS : sc_port_registry
191 class sc_port_registry class in namespace:sc_core
206 explicit sc_port_registry( sc_simcontext& simc_ );
209 ~sc_port_registry();
226 static void replace_port( sc_port_registry* );
237 sc_port_registry();
238 sc_port_registry( const sc_port_registry& );
239 sc_port_registry
[all...]
H A Dsc_port.cpp328 // called by sc_port_registry::start_simulation (does nothing by default)
333 // called by sc_port_registry::simulation_done (does nothing by default)
595 // CLASS : sc_port_registry
602 sc_port_registry::insert( sc_port_base* port_ )
633 sc_port_registry::remove( sc_port_base* port_ )
653 sc_port_registry::sc_port_registry( sc_simcontext& simc_ ) function in class:sc_core::sc_port_registry
663 sc_port_registry::~sc_port_registry()
670 sc_port_registry
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h57 class sc_port_registry;
202 sc_port_registry* get_port_registry();
318 sc_port_registry* m_port_registry;
445 sc_port_registry*
H A Dsc_module.h85 friend class sc_port_registry;
H A Dsc_simcontext.cpp369 m_port_registry = new sc_port_registry( *this );

Completed in 19 milliseconds