#include <simple_target_socket.h>
Classes | |
class | bw_process |
class | fw_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 > | base_type |
Public Member Functions | |
simple_target_socket () | |
simple_target_socket (const char *n) | |
tlm::tlm_bw_transport_if< TYPES > * | operator-> () |
void | register_nb_transport_fw (MODULE *mod, sync_enum_type(MODULE::*cb)(transaction_type &, phase_type &, sc_core::sc_time &)) |
void | register_b_transport (MODULE *mod, void(MODULE::*cb)(transaction_type &, sc_core::sc_time &)) |
void | register_transport_dbg (MODULE *mod, unsigned int(MODULE::*cb)(transaction_type &)) |
void | register_get_direct_mem_ptr (MODULE *mod, bool(MODULE::*cb)(transaction_type &, tlm::tlm_dmi &)) |
Friends | |
class | fw_process |
class | bw_process |
Definition at line 37 of file simple_target_socket.h.
typedef tlm::tlm_target_socket<BUSWIDTH, TYPES> tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::base_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, 1,sc_core::SC_ONE_OR_MORE_BOUND >.
Definition at line 48 of file simple_target_socket.h.
typedef tlm::tlm_bw_transport_if<TYPES> tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::bw_interface_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, 1,sc_core::SC_ONE_OR_MORE_BOUND >.
Definition at line 47 of file simple_target_socket.h.
typedef tlm::tlm_fw_transport_if<TYPES> tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::fw_interface_type |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, 1,sc_core::SC_ONE_OR_MORE_BOUND >.
Definition at line 46 of file simple_target_socket.h.
typedef TYPES::tlm_phase_type tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::phase_type |
Definition at line 44 of file simple_target_socket.h.
typedef tlm::tlm_sync_enum tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::sync_enum_type |
Definition at line 45 of file simple_target_socket.h.
typedef TYPES::tlm_payload_type tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::transaction_type |
Definition at line 43 of file simple_target_socket.h.
tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::simple_target_socket | ( | ) | [inline] |
Definition at line 51 of file simple_target_socket.h.
tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::simple_target_socket | ( | const char * | n | ) | [inline, explicit] |
Definition at line 59 of file simple_target_socket.h.
tlm::tlm_bw_transport_if<TYPES>* tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::operator-> | ( | ) | [inline] |
Reimplemented from tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, 1,sc_core::SC_ONE_OR_MORE_BOUND >.
Definition at line 68 of file simple_target_socket.h.
void tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::register_b_transport | ( | MODULE * | mod, | |
void(MODULE::*)(transaction_type &, sc_core::sc_time &) | cb | |||
) | [inline] |
Definition at line 80 of file simple_target_socket.h.
void tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::register_get_direct_mem_ptr | ( | MODULE * | mod, | |
bool(MODULE::*)(transaction_type &, tlm::tlm_dmi &) | cb | |||
) | [inline] |
Definition at line 95 of file simple_target_socket.h.
void tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::register_nb_transport_fw | ( | MODULE * | mod, | |
sync_enum_type(MODULE::*)(transaction_type &, phase_type &, sc_core::sc_time &) | cb | |||
) | [inline] |
Definition at line 71 of file simple_target_socket.h.
void tlm_utils::simple_target_socket< MODULE, BUSWIDTH, TYPES >::register_transport_dbg | ( | MODULE * | mod, | |
unsigned int(MODULE::*)(transaction_type &) | cb | |||
) | [inline] |
Definition at line 88 of file simple_target_socket.h.
friend class bw_process [friend] |
Definition at line 41 of file simple_target_socket.h.
friend class fw_process [friend] |
Definition at line 40 of file simple_target_socket.h.