gem5 v24.1.0.1
|
Public Types | |
typedef sync_enum_type(MODULE::* | NBTransportPtr) (int id, transaction_type &, phase_type &, sc_core::sc_time &) |
typedef void(MODULE::* | BTransportPtr) (int id, transaction_type &, sc_core::sc_time &) |
typedef unsigned int(MODULE::* | TransportDbgPtr) (int id, transaction_type &) |
typedef bool(MODULE::* | GetDirectMem_ptr) (int id, transaction_type &, tlm::tlm_dmi &) |
Public Member Functions | |
process (passthrough_socket_base *owner) | |
void | set_nb_transport_user_id (int id) |
void | set_b_transport_user_id (int id) |
void | set_transport_dbg_user_id (int id) |
void | set_get_dmi_user_id (int id) |
void | set_nb_transport_ptr (MODULE *mod, NBTransportPtr p) |
void | set_b_transport_ptr (MODULE *mod, BTransportPtr p) |
void | set_transport_dbg_ptr (MODULE *mod, TransportDbgPtr p) |
void | set_get_direct_mem_ptr (MODULE *mod, GetDirectMem_ptr p) |
sync_enum_type | nb_transport_fw (transaction_type &trans, phase_type &phase, sc_core::sc_time &t) |
void | b_transport (transaction_type &trans, sc_core::sc_time &t) |
unsigned int | transport_dbg (transaction_type &trans) |
bool | get_direct_mem_ptr (transaction_type &trans, tlm::tlm_dmi &dmi_data) |
![]() | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Private Attributes | |
MODULE * | m_mod |
NBTransportPtr | m_nb_transport_ptr |
BTransportPtr | m_b_transport_ptr |
TransportDbgPtr | m_transport_dbg_ptr |
GetDirectMem_ptr | m_get_direct_mem_ptr |
int | m_nb_transport_user_id |
int | m_b_transport_user_id |
int | m_transport_dbg_user_id |
int | m_get_dmi_user_id |
Additional Inherited Members | |
![]() | |
sc_interface () | |
![]() | |
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 320 of file passthrough_target_socket.h.
typedef void(MODULE::* tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::BTransportPtr) (int id, transaction_type &, sc_core::sc_time &) |
Definition at line 326 of file passthrough_target_socket.h.
typedef bool(MODULE::* tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::GetDirectMem_ptr) (int id, transaction_type &, tlm::tlm_dmi &) |
Definition at line 330 of file passthrough_target_socket.h.
typedef sync_enum_type(MODULE::* tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::NBTransportPtr) (int id, transaction_type &, phase_type &, sc_core::sc_time &) |
Definition at line 324 of file passthrough_target_socket.h.
typedef unsigned int(MODULE::* tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::TransportDbgPtr) (int id, transaction_type &) |
Definition at line 328 of file passthrough_target_socket.h.
|
inline |
Definition at line 333 of file passthrough_target_socket.h.
|
inlinevirtual |
Implements tlm::tlm_blocking_transport_if< TYPES::tlm_payload_type >.
Definition at line 426 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_error(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_b_transport_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_b_transport_user_id, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, and sc_assert.
|
inlinevirtual |
Implements tlm::tlm_fw_direct_mem_if< TYPES::tlm_payload_type >.
Definition at line 451 of file passthrough_target_socket.h.
References tlm::tlm_dmi::allow_read_write(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_get_direct_mem_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_get_dmi_user_id, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, sc_assert, tlm::tlm_dmi::set_end_address(), and tlm::tlm_dmi::set_start_address().
|
inlinevirtual |
Implements tlm::tlm_fw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type >.
Definition at line 412 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_error(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_nb_transport_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_nb_transport_user_id, sc_assert, and tlm::TLM_COMPLETED.
|
inline |
Definition at line 375 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_warning(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_b_transport_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, and sc_assert.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_b_transport().
|
inline |
|
inline |
Definition at line 399 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_warning(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_get_direct_mem_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, and sc_assert.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_get_direct_mem_ptr().
|
inline |
Definition at line 357 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_get_dmi_user_id.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_get_direct_mem_ptr().
|
inline |
Definition at line 363 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_warning(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_nb_transport_ptr, and sc_assert.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_nb_transport_fw().
|
inline |
Definition at line 342 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_nb_transport_fw().
|
inline |
Definition at line 387 of file passthrough_target_socket.h.
References tlm_utils::convenience_socket_cb_holder::display_warning(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_transport_dbg_ptr, and sc_assert.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_transport_dbg().
|
inline |
Definition at line 352 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::register_transport_dbg().
|
inlinevirtual |
Implements tlm::tlm_transport_dbg_if< TYPES::tlm_payload_type >.
Definition at line 438 of file passthrough_target_socket.h.
References tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_mod, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_transport_dbg_ptr, tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_transport_dbg_user_id, and sc_assert.
|
private |
|
private |
|
private |
Definition at line 471 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::get_direct_mem_ptr(), and tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_get_direct_mem_ptr().
|
private |
|
private |
Definition at line 467 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::b_transport(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::get_direct_mem_ptr(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::nb_transport_fw(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_b_transport_ptr(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_get_direct_mem_ptr(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_nb_transport_ptr(), tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_transport_dbg_ptr(), and tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::transport_dbg().
|
private |
|
private |
Definition at line 472 of file passthrough_target_socket.h.
Referenced by tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::nb_transport_fw(), and tlm_utils::passthrough_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::process::set_nb_transport_user_id().
|
private |
|
private |