#include <passthrough_target_socket.h>
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 > | base_type |
Public Member Functions | |
passthrough_target_socket_tagged (const char *n="passthrough_target_socket_tagged") | |
void | register_nb_transport_fw (MODULE *mod, sync_enum_type(MODULE::*cb)(int id, transaction_type &, phase_type &, sc_core::sc_time &), int id) |
void | register_b_transport (MODULE *mod, void(MODULE::*cb)(int id, transaction_type &, sc_core::sc_time &), int id) |
void | register_transport_dbg (MODULE *mod, unsigned int(MODULE::*cb)(int id, transaction_type &), int id) |
void | register_get_direct_mem_ptr (MODULE *mod, bool(MODULE::*cb)(int id, transaction_type &, tlm::tlm_dmi &), int id) |
Private Attributes | |
process | m_process |
Classes | |
class | process |
Definition at line 224 of file passthrough_target_socket.h.
typedef TYPES::tlm_payload_type tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::transaction_type |
Definition at line 228 of file passthrough_target_socket.h.
typedef TYPES::tlm_phase_type tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::phase_type |
Definition at line 229 of file passthrough_target_socket.h.
typedef tlm::tlm_sync_enum tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::sync_enum_type |
Definition at line 230 of file passthrough_target_socket.h.
typedef tlm::tlm_fw_transport_if<TYPES> tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::fw_interface_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >.
Definition at line 231 of file passthrough_target_socket.h.
typedef tlm::tlm_bw_transport_if<TYPES> tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::bw_interface_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >.
Definition at line 232 of file passthrough_target_socket.h.
typedef tlm::tlm_target_socket<BUSWIDTH, TYPES> tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::base_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >.
Definition at line 233 of file passthrough_target_socket.h.
tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::passthrough_target_socket_tagged | ( | const char * | n = "passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >" |
) | [inline, explicit] |
Definition at line 236 of file passthrough_target_socket.h.
References tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL >::bind(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process.
void tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_nb_transport_fw | ( | MODULE * | mod, | |
sync_enum_type(MODULE::*)(int id, transaction_type &, phase_type &, sc_core::sc_time &) | cb, | |||
int | id | |||
) | [inline] |
Definition at line 244 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process, tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_nb_transport_ptr(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_nb_transport_user_id().
void tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_b_transport | ( | MODULE * | mod, | |
void(MODULE::*)(int id, transaction_type &, sc_core::sc_time &) | cb, | |||
int | id | |||
) | [inline] |
Definition at line 255 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process, tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_b_transport_ptr(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_b_transport_user_id().
void tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_transport_dbg | ( | MODULE * | mod, | |
unsigned int(MODULE::*)(int id, transaction_type &) | cb, | |||
int | id | |||
) | [inline] |
Definition at line 265 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process, tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_transport_dbg_ptr(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_transport_dbg_user_id().
void tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_get_direct_mem_ptr | ( | MODULE * | mod, | |
bool(MODULE::*)(int id, transaction_type &, tlm::tlm_dmi &) | cb, | |||
int | id | |||
) | [inline] |
Definition at line 274 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process, tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_get_direct_mem_ptr(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::process::set_get_dmi_user_id().
process tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::m_process [private] |
Definition at line 442 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::passthrough_target_socket_tagged(), tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_b_transport(), tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_get_direct_mem_ptr(), tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_nb_transport_fw(), and tlm_utils::passthrough_target_socket_tagged< MODULE, BUSWIDTH, TYPES >::register_transport_dbg().