gem5 v23.0.0.1
|
#include <ExplicitATTarget.h>
Public Types | |
typedef tlm::tlm_generic_payload | transaction_type |
typedef tlm::tlm_phase | phase_type |
typedef tlm::tlm_sync_enum | sync_enum_type |
typedef tlm_utils::simple_target_socket< ExplicitATTarget > | target_socket_type |
Public Attributes | |
target_socket_type | socket |
Private Attributes | |
unsigned char | mMem [400] |
sc_core::sc_event | mResponseEvent |
transaction_type * | mCurrentTransaction |
Definition at line 31 of file ExplicitATTarget.h.
Definition at line 35 of file ExplicitATTarget.h.
Definition at line 36 of file ExplicitATTarget.h.
Definition at line 37 of file ExplicitATTarget.h.
Definition at line 34 of file ExplicitATTarget.h.
|
inline |
Definition at line 44 of file ExplicitATTarget.h.
References beginResponse(), myNBTransport(), tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::register_nb_transport_fw(), tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::register_transport_dbg(), SC_THREAD, socket, and transport_dbg().
|
inline |
Definition at line 109 of file ExplicitATTarget.h.
References tlm::BEGIN_RESP, tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_command(), tlm::tlm_generic_payload::get_data_ptr(), mCurrentTransaction, mMem, mResponseEvent, sc_core::SC_NS, sc_core::SC_ZERO_TIME, tlm::tlm_generic_payload::set_response_status(), socket, tlm::TLM_COMPLETED, tlm::TLM_OK_RESPONSE, tlm::TLM_WRITE_COMMAND, and sc_core::sc_module::wait().
Referenced by ExplicitATTarget().
|
inline |
Definition at line 56 of file ExplicitATTarget.h.
References tlm::BEGIN_REQ, data, tlm::END_REQ, tlm::END_RESP, tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_command(), tlm::tlm_generic_payload::get_data_ptr(), mCurrentTransaction, mMem, mResponseEvent, sc_core::sc_object::name(), sc_core::sc_event::notify(), sc_core::SC_NS, sc_core::sc_time_stamp(), tlm::tlm_generic_payload::set_response_status(), tlm::TLM_COMPLETED, tlm::TLM_OK_RESPONSE, tlm::TLM_UPDATED, and tlm::TLM_WRITE_COMMAND.
Referenced by ExplicitATTarget().
ExplicitATTarget::SC_HAS_PROCESS | ( | ExplicitATTarget | ) |
|
inline |
Definition at line 142 of file ExplicitATTarget.h.
References mMem.
Referenced by ExplicitATTarget().
|
private |
Definition at line 173 of file ExplicitATTarget.h.
Referenced by beginResponse(), and myNBTransport().
|
private |
Definition at line 171 of file ExplicitATTarget.h.
Referenced by beginResponse(), myNBTransport(), and transport_dbg().
|
private |
Definition at line 172 of file ExplicitATTarget.h.
Referenced by beginResponse(), and myNBTransport().
target_socket_type ExplicitATTarget::socket |
Definition at line 40 of file ExplicitATTarget.h.
Referenced by beginResponse(), and ExplicitATTarget().