gem5 v24.0.0.0
|
#include <SimpleLTInitiator1_DMI.h>
Public Types | |
typedef tlm::tlm_generic_payload | transaction_type |
typedef tlm::tlm_dmi | dmi_type |
typedef tlm::tlm_phase | phase_type |
typedef tlm::tlm_sync_enum | sync_enum_type |
typedef tlm::tlm_fw_transport_if | fw_interface_type |
typedef tlm::tlm_bw_transport_if | bw_interface_type |
typedef tlm::tlm_initiator_socket | initiator_socket_type |
Public Attributes | |
initiator_socket_type | socket |
Private Attributes | |
dmi_type | mDMIData |
sc_core::sc_event | mEndEvent |
unsigned int | mNrOfTransactions |
unsigned int | mBaseAddress |
unsigned int | mTransactionCount |
unsigned int | mData |
Definition at line 41 of file SimpleLTInitiator1_DMI.h.
Definition at line 51 of file SimpleLTInitiator1_DMI.h.
Definition at line 47 of file SimpleLTInitiator1_DMI.h.
Definition at line 50 of file SimpleLTInitiator1_DMI.h.
Definition at line 52 of file SimpleLTInitiator1_DMI.h.
Definition at line 48 of file SimpleLTInitiator1_DMI.h.
Definition at line 49 of file SimpleLTInitiator1_DMI.h.
Definition at line 46 of file SimpleLTInitiator1_DMI.h.
|
inline |
Definition at line 59 of file SimpleLTInitiator1_DMI.h.
References invalidate(), mDMIData, run(), SC_THREAD, and socket.
|
inlinevirtual |
Reimplemented from sc_core::sc_module.
Definition at line 242 of file SimpleLTInitiator1_DMI.h.
References data, tlm::host_has_little_endianness(), mBaseAddress, sc_core::sc_object::name(), tlm::tlm_generic_payload::set_address(), tlm::tlm_generic_payload::set_data_length(), tlm::tlm_generic_payload::set_data_ptr(), tlm::tlm_generic_payload::set_read(), and socket.
|
inline |
Definition at line 77 of file SimpleLTInitiator1_DMI.h.
References mBaseAddress, mData, mNrOfTransactions, mTransactionCount, tlm::tlm_generic_payload::set_address(), tlm::tlm_generic_payload::set_command(), tlm::tlm_generic_payload::set_data_length(), tlm::tlm_generic_payload::set_data_ptr(), tlm::tlm_generic_payload::set_dmi_allowed(), tlm::tlm_generic_payload::set_streaming_width(), tlm::TLM_READ_COMMAND, and tlm::TLM_WRITE_COMMAND.
Referenced by run().
|
inline |
Definition at line 215 of file SimpleLTInitiator1_DMI.h.
References tlm::tlm_dmi::set_end_address(), and tlm::tlm_dmi::set_start_address().
Referenced by invalidate_direct_mem_ptr(), and SimpleLTInitiator1_dmi().
|
inlinevirtual |
Implements tlm::tlm_bw_direct_mem_if.
Definition at line 222 of file SimpleLTInitiator1_DMI.h.
References tlm::tlm_dmi::get_end_address(), tlm::tlm_dmi::get_start_address(), invalidate(), mDMIData, sc_core::sc_object::name(), and sc_core::sc_time_stamp().
|
inline |
Definition at line 119 of file SimpleLTInitiator1_DMI.h.
References tlm::tlm_generic_payload::get_command(), tlm::tlm_generic_payload::get_response_status(), mData, sc_core::sc_object::name(), sc_core::sc_time_stamp(), tlm::TLM_OK_RESPONSE, and tlm::TLM_READ_COMMAND.
Referenced by run().
|
inline |
Definition at line 104 of file SimpleLTInitiator1_DMI.h.
References tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_command(), mData, sc_core::sc_object::name(), sc_core::sc_time_stamp(), and tlm::TLM_WRITE_COMMAND.
Referenced by run().
|
inlinevirtual |
Definition at line 208 of file SimpleLTInitiator1_DMI.h.
References tlm::TLM_COMPLETED.
|
inline |
Definition at line 134 of file SimpleLTInitiator1_DMI.h.
References tlm::BEGIN_REQ, tlm::tlm_generic_payload::get_address(), tlm::tlm_generic_payload::get_command(), tlm::tlm_dmi::get_dmi_ptr(), tlm::tlm_dmi::get_end_address(), tlm::tlm_dmi::get_read_latency(), tlm::tlm_dmi::get_start_address(), tlm::tlm_dmi::get_write_latency(), tlm::tlm_dmi::init(), initTransaction(), tlm::tlm_generic_payload::is_dmi_allowed(), tlm::tlm_dmi::is_write_allowed(), logEndTransaction(), logStartTransation(), mData, mDMIData, sc_core::SC_ZERO_TIME, tlm::tlm_generic_payload::set_address(), tlm::tlm_generic_payload::set_response_status(), tlm::tlm_generic_payload::set_write(), socket, tlm::TLM_OK_RESPONSE, tlm::TLM_WRITE_COMMAND, and sc_core::sc_module::wait().
Referenced by SimpleLTInitiator1_dmi().
SimpleLTInitiator1_dmi::SC_HAS_PROCESS | ( | SimpleLTInitiator1_dmi | ) |
|
private |
Definition at line 300 of file SimpleLTInitiator1_DMI.h.
Referenced by end_of_simulation(), and initTransaction().
|
private |
Definition at line 302 of file SimpleLTInitiator1_DMI.h.
Referenced by initTransaction(), logEndTransaction(), logStartTransation(), and run().
|
private |
Definition at line 296 of file SimpleLTInitiator1_DMI.h.
Referenced by invalidate_direct_mem_ptr(), run(), and SimpleLTInitiator1_dmi().
|
private |
Definition at line 298 of file SimpleLTInitiator1_DMI.h.
|
private |
Definition at line 299 of file SimpleLTInitiator1_DMI.h.
Referenced by initTransaction().
|
private |
Definition at line 301 of file SimpleLTInitiator1_DMI.h.
Referenced by initTransaction().
initiator_socket_type SimpleLTInitiator1_dmi::socket |
Definition at line 55 of file SimpleLTInitiator1_DMI.h.
Referenced by end_of_simulation(), run(), and SimpleLTInitiator1_dmi().