Go to the documentation of this file.
32 #ifndef __SIMPLE_AT_INITIATOR2_H__
33 #define __SIMPLE_AT_INITIATOR2_H__
36 #include "tlm_utils/simple_initiator_socket.h"
52 template <
typename DT>
101 unsigned int nrOfTransactions = 0x5,
102 unsigned int baseAddress = 0) :
145 std::cout <<
name() <<
": Send write request: A = 0x"
146 << std::hex << (
unsigned int)trans.get_address()
147 <<
", D = 0x" << trans.getData() << std::dec
151 std::cout <<
name() <<
": Send read request: A = 0x"
152 << std::hex << (
unsigned int)trans.get_address() << std::dec
160 std::cout <<
name() <<
": Received error response @ "
164 std::cout <<
name() <<
": Received ok response";
166 std::cout <<
": D = 0x" << std::hex << trans.getData() << std::dec;
193 switch (
socket->nb_transport_fw(trans, phase,
t)) {
231 socket->nb_transport_fw(trans, phase,
t);
void release(mytransaction_type *t)
void set_data_length(const unsigned int length)
void logEndTransaction(mytransaction_type &trans)
void register_nb_transport_bw(MODULE *mod, sync_enum_type(MODULE::*cb)(transaction_type &, phase_type &, sc_core::sc_time &))
SimpleATInitiator2(sc_core::sc_module_name name, unsigned int nrOfTransactions=0x5, unsigned int baseAddress=0)
void logStartTransation(mytransaction_type &trans)
tlm_utils::simple_initiator_socket< SimpleATInitiator2 > initiator_socket_type
const sc_time SC_ZERO_TIME
initiator_socket_type socket
bool initTransaction(mytransaction_type *&trans)
sync_enum_type myNBTransport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
unsigned int mNrOfTransactions
void free(tlm::tlm_generic_payload *t)
const sc_core::sc_time ACCEPT_DELAY
tlm::tlm_phase phase_type
void set_command(const tlm_command command)
mytransaction_type * claim()
void set_streaming_width(const unsigned int streaming_width)
unsigned int mTransactionCount
const char * name() const
void set_address(const sc_dt::uint64 address)
tlm::tlm_generic_payload transaction_type
unsigned int mBaseAddress
tlm::tlm_sync_enum sync_enum_type
sc_core::sc_event mEndRequestPhase
MyTransaction< unsigned int > mytransaction_type
const sc_time & sc_time_stamp()
transaction_type * mCurrentTransaction
SC_HAS_PROCESS(SimpleATInitiator2)
void set_data_ptr(unsigned char *data)
Generated on Wed Sep 30 2020 14:02:16 for gem5 by doxygen 1.8.17