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 invalidate_dmi_functor< TYPES > | dmi_func_type |
Public Member Functions | |
callback_binder_bw (multi_socket_base *owner, int id) | |
sync_enum_type | nb_transport_bw (transaction_type &txn, phase_type &p, sc_core::sc_time &t) |
void | invalidate_direct_mem_ptr (sc_dt::uint64 l, sc_dt::uint64 u) |
void | set_callbacks (nb_func_type &cb1, dmi_func_type &cb2) |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
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 255 of file multi_socket_bases.h.
typedef invalidate_dmi_functor<TYPES> tlm_utils::callback_binder_bw< TYPES >::dmi_func_type |
Definition at line 267 of file multi_socket_bases.h.
typedef nb_transport_functor<TYPES> tlm_utils::callback_binder_bw< TYPES >::nb_func_type |
Definition at line 266 of file multi_socket_bases.h.
typedef TYPES::tlm_phase_type tlm_utils::callback_binder_bw< TYPES >::phase_type |
Definition at line 262 of file multi_socket_bases.h.
typedef tlm::tlm_sync_enum tlm_utils::callback_binder_bw< TYPES >::sync_enum_type |
Definition at line 263 of file multi_socket_bases.h.
typedef TYPES::tlm_payload_type tlm_utils::callback_binder_bw< TYPES >::transaction_type |
Definition at line 261 of file multi_socket_bases.h.
|
inline |
Definition at line 270 of file multi_socket_bases.h.
|
inherited |
|
inherited |
|
inlinevirtual |
Implements tlm::tlm_bw_direct_mem_if.
Definition at line 288 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_bw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type >.
Definition at line 275 of file multi_socket_bases.h.
|
inline |
Definition at line 296 of file multi_socket_bases.h.