gem5 v24.1.0.1
|
#include <multi_socket_bases.h>
Public Types | |
typedef tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL > | base_type |
![]() | |
typedef FW_IF | fw_interface_type |
typedef BW_IF | bw_interface_type |
typedef sc_core::sc_port< fw_interface_type, N, POL > | port_type |
typedef sc_core::sc_export< bw_interface_type > | export_type |
typedef tlm_base_target_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_target_socket_type |
typedef tlm_base_initiator_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_type |
Public Member Functions | |
virtual void | disable_cb_bind ()=0 |
virtual multi_init_base * | get_hierarch_bind ()=0 |
virtual tlm::tlm_socket_category | get_socket_category () const |
virtual | ~multi_init_base () |
multi_init_base () | |
multi_init_base (const char *name) | |
![]() | |
tlm_initiator_socket () | |
tlm_initiator_socket (const char *name) | |
virtual const char * | kind () const |
virtual std::type_index | get_protocol_types () const |
![]() | |
tlm_base_initiator_socket () | |
tlm_base_initiator_socket (const char *name) | |
virtual void | bind (base_target_socket_type &s) |
The following warning is disabled because the bind methods are overloaded in the derived class and the base class. | |
void | operator() (base_target_socket_type &s) |
virtual void | bind (base_type &s) |
void | operator() (base_type &s) |
virtual void | bind (bw_interface_type &ifs) |
void | operator() (bw_interface_type &s) |
virtual sc_core::sc_port_base & | get_port_base () |
virtual sc_core::sc_port_base const & | get_port_base () const |
virtual sc_core::sc_export_base & | get_export_base () |
virtual sc_core::sc_export_base const & | get_export_base () const |
virtual unsigned int | get_bus_width () const |
virtual sc_core::sc_port_b< FW_IF > & | get_base_port () |
virtual sc_core::sc_port_b< FW_IF > const & | get_base_port () const |
virtual BW_IF & | get_base_interface () |
virtual BW_IF const & | get_base_interface () const |
virtual sc_core::sc_export< BW_IF > & | get_base_export () |
virtual sc_core::sc_export< BW_IF > const & | get_base_export () const |
![]() | |
virtual | ~tlm_base_initiator_socket_b () |
![]() | |
sc_port () | |
sc_port (const char *name) | |
virtual | ~sc_port () |
sc_port (const IF &interface) | |
sc_port (const char *name, const IF &interface) | |
sc_port (sc_port_b< IF > &parent) | |
sc_port (const char *name, sc_port_b< IF > &parent) | |
sc_port (sc_port< IF, N, P > &parent) | |
sc_port (const char *name, sc_port< IF, N, P > &parent) | |
![]() | |
void | operator() (IF &i) |
The following warning is disabled because the bind methods are overloaded in the derived class and the base class. | |
void | operator() (sc_port_b< IF > &p) |
virtual void | bind (IF &i) |
virtual void | bind (sc_port_b< IF > &p) |
IF * | operator-> () |
const IF * | operator-> () const |
IF * | operator[] (int n) |
const IF * | operator[] (int n) const |
sc_interface * | get_interface () |
const sc_interface * | get_interface () const |
![]() | |
sc_port_base (const char *name, int n, sc_port_policy p) | |
virtual | ~sc_port_base () |
void | warn_port_constructor () const |
int | maxSize () const |
int | size () const |
![]() | |
const char * | name () const |
const char * | basename () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
![]() | |
virtual std::vector< callback_binder_bw< TYPES > * > & | get_binders ()=0 |
virtual std::vector< tlm::tlm_fw_transport_if< TYPES > * > & | get_sockets ()=0 |
Private Member Functions | |
const sc_core::sc_object * | get_socket () const |
Additional Inherited Members | |
![]() | |
virtual | ~tlm_base_socket_if () |
![]() | |
void | before_end_of_elaboration () override |
void | end_of_elaboration () override |
void | start_of_simulation () override |
void | end_of_simulation () override |
sc_port_b (int n, sc_port_policy p) | |
sc_port_b (const char *name, int n, sc_port_policy p) | |
virtual | ~sc_port_b () |
int | vbind (sc_interface &i) override |
int | vbind (sc_port_base &pb) override |
![]() | |
void | bind (sc_interface &) |
void | bind (sc_port_base &) |
void | report_error (const char *id, const char *add_msg) const |
![]() | |
sc_object () | |
sc_object (const char *) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual | ~sc_object () |
![]() | |
virtual | ~multi_init_base_if () |
![]() | |
virtual | ~convenience_socket_base () |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
![]() | |
export_type | m_export |
Definition at line 372 of file multi_socket_bases.h.
typedef tlm::tlm_initiator_socket<BUSWIDTH, TYPES, N, POL> tlm_utils::multi_init_base< BUSWIDTH, TYPES, N, POL >::base_type |
Definition at line 378 of file multi_socket_bases.h.
|
inlinevirtual |
Definition at line 395 of file multi_socket_bases.h.
|
inline |
Definition at line 396 of file multi_socket_bases.h.
|
inline |
Definition at line 399 of file multi_socket_bases.h.
|
pure virtual |
Implemented in tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >, tlm_utils::multi_passthrough_initiator_socket< MODULE, 32, tlm::tlm_base_protocol_types, 0, sc_core::SC_ZERO_OR_MORE_BOUND >, and tlm_utils::multi_passthrough_initiator_socket< MultiSocketSimpleSwitchAT >.
|
pure virtual |
Implemented in tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >, tlm_utils::multi_passthrough_initiator_socket< MODULE, 32, tlm::tlm_base_protocol_types, 0, sc_core::SC_ZERO_OR_MORE_BOUND >, and tlm_utils::multi_passthrough_initiator_socket< MultiSocketSimpleSwitchAT >.
Referenced by tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_hierarch_bind().
|
inlineprivatevirtual |
Implements tlm_utils::convenience_socket_base.
Definition at line 402 of file multi_socket_bases.h.
|
inlinevirtual |
Reimplemented from tlm::tlm_base_initiator_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >.
Definition at line 390 of file multi_socket_bases.h.
References tlm::TLM_MULTI_INITIATOR_SOCKET.