gem5
v20.1.0.0
|
#include <passthrough_target_socket.h>
Classes | |
class | process |
Public Types | |
typedef TYPES::tlm_payload_type | transaction_type |
typedef TYPES::tlm_phase_type | phase_type |
typedef tlm::tlm_sync_enum | sync_enum_type |
typedef tlm::tlm_fw_transport_if< TYPES > | fw_interface_type |
typedef tlm::tlm_bw_transport_if< TYPES > | bw_interface_type |
typedef tlm::tlm_target_socket< BUSWIDTH, TYPES, 1, POL > | base_type |
Public Types inherited from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, N, POL > | |
typedef tlm_fw_transport_if< TYPES > | fw_interface_type |
typedef tlm_bw_transport_if< TYPES > | 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 |
Static Public Member Functions | |
static const char * | default_name () |
Private Member Functions | |
const sc_core::sc_object * | get_socket () const |
Private Attributes | |
process | m_process |
Additional Inherited Members | |
Protected Member Functions inherited from tlm_utils::convenience_socket_base | |
virtual | ~convenience_socket_base () |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
Protected Attributes inherited from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, N, POL > | |
port_type | m_port |
Definition at line 51 of file passthrough_target_socket.h.
typedef tlm::tlm_target_socket<BUSWIDTH,TYPES,1,POL> tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::base_type |
Definition at line 78 of file passthrough_target_socket.h.
typedef tlm::tlm_bw_transport_if<TYPES> tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::bw_interface_type |
Definition at line 77 of file passthrough_target_socket.h.
typedef tlm::tlm_fw_transport_if<TYPES> tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::fw_interface_type |
Definition at line 76 of file passthrough_target_socket.h.
typedef TYPES::tlm_phase_type tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::phase_type |
Definition at line 74 of file passthrough_target_socket.h.
typedef tlm::tlm_sync_enum tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::sync_enum_type |
Definition at line 75 of file passthrough_target_socket.h.
typedef TYPES::tlm_payload_type tlm_utils::passthrough_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::transaction_type |
Definition at line 73 of file passthrough_target_socket.h.
|
inlineexplicit |
Definition at line 87 of file passthrough_target_socket.h.
|
inlinestatic |
Definition at line 82 of file passthrough_target_socket.h.
|
inlineprivatevirtual |
Implements tlm_utils::convenience_socket_base.
Definition at line 253 of file passthrough_target_socket.h.
|
inline |
Definition at line 105 of file passthrough_target_socket.h.
|
inline |
Definition at line 119 of file passthrough_target_socket.h.
|
inline |
Definition at line 97 of file passthrough_target_socket.h.
|
inline |
Definition at line 112 of file passthrough_target_socket.h.
|
private |
Definition at line 256 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_b< SimpleLTTarget2, 32, tlm::tlm_base_protocol_types >::passthrough_target_socket_b().