gem5 v24.0.0.0
|
#include <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 () |
Public Member Functions inherited from sc_core::sc_interface | |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Private Attributes | |
int | m_id |
nb_func_type * | m_nb_f |
b_func_type * | m_b_f |
debug_func_type * | m_dbg_f |
dmi_func_type * | m_dmi_f |
sc_core::sc_port_base * | m_caller_port |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_interface | |
sc_interface () | |
Protected Member Functions inherited from tlm_utils::convenience_socket_cb_holder | |
convenience_socket_cb_holder (convenience_socket_base *owner) | |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
Definition at line 164 of file multi_socket_bases.h.
typedef b_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::b_func_type |
Definition at line 175 of file multi_socket_bases.h.
typedef debug_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::debug_func_type |
Definition at line 176 of file multi_socket_bases.h.
typedef get_dmi_ptr_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::dmi_func_type |
Definition at line 177 of file multi_socket_bases.h.
typedef nb_transport_functor<TYPES> tlm_utils::callback_binder_fw< TYPES >::nb_func_type |
Definition at line 174 of file multi_socket_bases.h.
typedef TYPES::tlm_phase_type tlm_utils::callback_binder_fw< TYPES >::phase_type |
Definition at line 170 of file multi_socket_bases.h.
typedef tlm::tlm_sync_enum tlm_utils::callback_binder_fw< TYPES >::sync_enum_type |
Definition at line 171 of file multi_socket_bases.h.
typedef TYPES::tlm_payload_type tlm_utils::callback_binder_fw< TYPES >::transaction_type |
Definition at line 169 of file multi_socket_bases.h.
|
inline |
Definition at line 179 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_blocking_transport_if< TYPES::tlm_payload_type >.
Definition at line 200 of file multi_socket_bases.h.
References tlm_utils::convenience_socket_cb_holder::display_error(), tlm_utils::callback_binder_fw< TYPES >::m_b_f, and tlm_utils::callback_binder_fw< TYPES >::m_id.
|
inlinevirtual |
Implements tlm::tlm_fw_direct_mem_if< TYPES::tlm_payload_type >.
Definition at line 214 of file multi_socket_bases.h.
References tlm::tlm_dmi::allow_none(), tlm_utils::callback_binder_fw< TYPES >::m_dmi_f, tlm_utils::callback_binder_fw< TYPES >::m_id, tlm::tlm_dmi::set_end_address(), and tlm::tlm_dmi::set_start_address().
|
inline |
Definition at line 263 of file multi_socket_bases.h.
References tlm_utils::callback_binder_fw< TYPES >::m_caller_port.
|
inlinevirtual |
Implements tlm::tlm_fw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type >.
Definition at line 185 of file multi_socket_bases.h.
References tlm_utils::convenience_socket_cb_holder::display_error(), tlm_utils::callback_binder_fw< TYPES >::m_id, tlm_utils::callback_binder_fw< TYPES >::m_nb_f, and tlm::TLM_COMPLETED.
|
inlinevirtual |
Reimplemented from sc_core::sc_interface.
Definition at line 244 of file multi_socket_bases.h.
References b, and tlm_utils::callback_binder_fw< TYPES >::m_caller_port.
|
inline |
Definition at line 251 of file multi_socket_bases.h.
References tlm_utils::callback_binder_fw< TYPES >::m_b_f, tlm_utils::callback_binder_fw< TYPES >::m_dbg_f, tlm_utils::callback_binder_fw< TYPES >::m_dmi_f, and tlm_utils::callback_binder_fw< TYPES >::m_nb_f.
|
inlinevirtual |
Implements tlm::tlm_transport_dbg_if< TYPES::tlm_payload_type >.
Definition at line 230 of file multi_socket_bases.h.
References tlm_utils::callback_binder_fw< TYPES >::m_dbg_f, and tlm_utils::callback_binder_fw< TYPES >::m_id.
|
private |
Definition at line 271 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::b_transport(), and tlm_utils::callback_binder_fw< TYPES >::set_callbacks().
|
private |
Definition at line 276 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::get_other_side(), and tlm_utils::callback_binder_fw< TYPES >::register_port().
|
private |
Definition at line 272 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::set_callbacks(), and tlm_utils::callback_binder_fw< TYPES >::transport_dbg().
|
private |
Definition at line 273 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::get_direct_mem_ptr(), and tlm_utils::callback_binder_fw< TYPES >::set_callbacks().
|
private |
Definition at line 267 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::b_transport(), tlm_utils::callback_binder_fw< TYPES >::get_direct_mem_ptr(), tlm_utils::callback_binder_fw< TYPES >::nb_transport_fw(), and tlm_utils::callback_binder_fw< TYPES >::transport_dbg().
|
private |
Definition at line 270 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_fw< TYPES >::nb_transport_fw(), and tlm_utils::callback_binder_fw< TYPES >::set_callbacks().