TLM-2.0
2.0.4
Accellera TLM-2.0 proof-of-concept library
|
#include <tlm_utils/multi_socket_bases.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 nb_transport_functor< TYPES > | nb_func_type |
typedef b_transport_functor< TYPES > | b_func_type |
typedef debug_transport_functor< TYPES > | debug_func_type |
typedef get_dmi_ptr_functor< TYPES > | dmi_func_type |
Public Member Functions | |
callback_binder_fw (multi_socket_base *owner, int id) | |
sync_enum_type | nb_transport_fw (transaction_type &txn, phase_type &p, sc_core::sc_time &t) |
void | b_transport (transaction_type &trans, sc_core::sc_time &t) |
bool | get_direct_mem_ptr (transaction_type &trans, tlm::tlm_dmi &dmi_data) |
unsigned int | transport_dbg (transaction_type &trans) |
void | register_port (sc_core::sc_port_base &b, const char *) |
void | set_callbacks (nb_func_type &cb1, b_func_type &cb2, dmi_func_type &cb3, debug_func_type &cb4) |
sc_core::sc_port_base * | get_other_side () |
virtual const sc_event & | default_event () const |
Protected Member Functions | |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
Definition at line 144 of file multi_socket_bases.h.
typedef b_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::b_func_type |
Definition at line 156 of file multi_socket_bases.h.
typedef debug_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::debug_func_type |
Definition at line 157 of file multi_socket_bases.h.
typedef get_dmi_ptr_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::dmi_func_type |
Definition at line 158 of file multi_socket_bases.h.
typedef nb_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::nb_func_type |
Definition at line 155 of file multi_socket_bases.h.
typedef TYPES::tlm_phase_type tlm_utils::callback_binder_fw< TYPES >::phase_type |
Definition at line 151 of file multi_socket_bases.h.
typedef tlm::tlm_sync_enum tlm_utils::callback_binder_fw< TYPES >::sync_enum_type |
Definition at line 152 of file multi_socket_bases.h.
typedef TYPES::tlm_payload_type tlm_utils::callback_binder_fw< TYPES >::transaction_type |
Definition at line 150 of file multi_socket_bases.h.
|
inline |
Definition at line 161 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_blocking_transport_if< TYPES::tlm_payload_type >.
Definition at line 181 of file multi_socket_bases.h.
|
inherited |
|
inherited |
|
inlinevirtual |
Implements tlm::tlm_fw_direct_mem_if< TYPES::tlm_payload_type >.
Definition at line 192 of file multi_socket_bases.h.
|
inline |
Definition at line 232 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_fw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type >.
Definition at line 168 of file multi_socket_bases.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_interface.
Definition at line 217 of file multi_socket_bases.h.
|
inline |
Definition at line 222 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_transport_dbg_if< TYPES::tlm_payload_type >.
Definition at line 205 of file multi_socket_bases.h.