gem5
v22.1.0.0
|
#include <multi_socket_bases.h>
Public Types | |
typedef tlm::tlm_target_socket< BUSWIDTH, TYPES, N, POL > | base_type |
![]() | |
typedef FW_IF | fw_interface_type |
typedef BW_IF | bw_interface_type |
typedef sc_core::sc_port< bw_interface_type, N, POL > | port_type |
typedef sc_core::sc_export< fw_interface_type > | export_type |
typedef tlm_base_initiator_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_initiator_socket_type |
typedef tlm_base_target_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_type |
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_object () | |
sc_object (const char *) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual | ~sc_object () |
![]() | |
virtual | ~multi_target_base_if () |
![]() | |
virtual | ~convenience_socket_base () |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
![]() | |
port_type | m_port |
Definition at line 437 of file multi_socket_bases.h.
typedef tlm::tlm_target_socket<BUSWIDTH, TYPES, N, POL > tlm_utils::multi_target_base< BUSWIDTH, TYPES, N, POL >::base_type |
Definition at line 443 of file multi_socket_bases.h.
|
inlinevirtual |
Definition at line 461 of file multi_socket_bases.h.
|
inline |
Definition at line 462 of file multi_socket_bases.h.
|
inline |
Definition at line 465 of file multi_socket_bases.h.
|
pure virtual |
Implemented in tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >, tlm_utils::multi_passthrough_target_socket< MODULE, 32, tlm::tlm_base_protocol_types, 0, sc_core::SC_ZERO_OR_MORE_BOUND >, and tlm_utils::multi_passthrough_target_socket< MultiSocketSimpleSwitchAT >.
Referenced by tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_hierarch_bind().
|
inlineprivatevirtual |
Implements tlm_utils::convenience_socket_base.
Definition at line 468 of file multi_socket_bases.h.
|
inlinevirtual |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >.
Definition at line 456 of file multi_socket_bases.h.
References tlm::TLM_MULTI_TARGET_SOCKET.
|
pure virtual |