gem5
v20.0.0.3
|
#include <ExplicitLTTarget.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< ExplicitLTTarget > | target_socket_type |
Public Attributes | |
target_socket_type | socket |
Private Attributes | |
unsigned char | mMem [400] |
Definition at line 31 of file ExplicitLTTarget.h.
Definition at line 35 of file ExplicitLTTarget.h.
Definition at line 36 of file ExplicitLTTarget.h.
Definition at line 37 of file ExplicitLTTarget.h.
Definition at line 34 of file ExplicitLTTarget.h.
|
inline |
|
inline |
Definition at line 53 of file ExplicitLTTarget.h.
References data, tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_command(), tlm::tlm_generic_payload::get_data_ptr(), mMem, sc_core::sc_object::name(), sc_core::SC_NS, sc_core::sc_time_stamp(), sc_core::SC_ZERO_TIME, tlm::tlm_generic_payload::set_response_status(), tlm::TLM_OK_RESPONSE, tlm::TLM_WRITE_COMMAND, and sc_core::sc_module::wait().
Referenced by ExplicitLTTarget().
ExplicitLTTarget::SC_HAS_PROCESS | ( | ExplicitLTTarget | ) |
|
inline |
Definition at line 92 of file ExplicitLTTarget.h.
References tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_data_length(), tlm::tlm_generic_payload::get_data_ptr(), ArmISA::i, tlm::tlm_generic_payload::is_read(), tlm::tlm_generic_payload::is_write(), and mMem.
Referenced by ExplicitLTTarget().
|
private |
Definition at line 121 of file ExplicitLTTarget.h.
Referenced by myBTransport(), and transport_dbg().
target_socket_type ExplicitLTTarget::socket |
Definition at line 40 of file ExplicitLTTarget.h.