Go to the documentation of this file.
36 #include "debug/ProtocolTest.hh"
73 DPRINTF(ProtocolTest,
"%s Episode %d: Issuing Load - Addr %s\n",
77 int load_size =
sizeof(
Value);
80 assert(address % load_size == 0);
82 auto req = std::make_shared<Request>(address, load_size,
85 req->setPaddr(address);
89 uint8_t*
data =
new uint8_t[load_size];
94 panic(
"Not expected failed sendTimingReq\n");
128 assert(address %
sizeof(
Value) == 0);
130 DPRINTF(ProtocolTest,
"%s Episode %d: Issuing Store - Addr %s - "
135 auto req = std::make_shared<Request>(address,
sizeof(
Value),
138 req->setPaddr(address);
142 uint8_t *writeData =
new uint8_t[
sizeof(
Value)];
143 for (
int j = 0;
j <
sizeof(
Value); ++
j) {
144 writeData[
j] = ((uint8_t*)&new_value)[
j];
150 panic(
"Not expecting a failed sendTimingReq\n");
165 DPRINTF(ProtocolTest,
"Issuing Atomic Op ...\n");
180 DPRINTF(ProtocolTest,
"Issuing Acquire Op ...\n");
195 DPRINTF(ProtocolTest,
"Issuing Release Op ...\n");
214 DPRINTF(ProtocolTest,
"%s Episode %d: hitCallback - Command %s -"
229 assert(req.
lane == 0);
249 assert(req.
lane == 0);
278 panic(
"UnsupportedMemCmd response type: %s",
Tick curTick()
The universal simulation clock.
void setDesc(std::string _description)
bool sendTimingReq(PacketPtr pkt)
Attempt to send a timing request to the responder port by calling its corresponding receive function.
Cycles curCycle() const
Determine the current cycle, corresponding to a tick aligned to a clock edge.
std::string printAddress(Addr addr)
ProtocolTester::SeqPort * port
const Episode::Action * curAction
const std::string to_string(sc_enc enc)
OutstandingReqTable outstandingAtomics
TesterThreadEvent threadEvent
RequestorID requestorId()
const std::string & getName() const
OutstandingReqTable outstandingStores
OutstandingReq popOutstandingReq(OutstandingReqTable &req_table, Addr address)
AddressManager::Location Location
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
ProbePointArg< PacketInfo > Packet
Packet probe point.
void validateLoadResp(Location loc, int lane, Value ret_val)
void updateLogTable(Location loc, int threadId, int episodeId, Value new_value, Tick curTick, int cuId=-1)
static const int INVALID_VALUE
MemCmd cmd
The command field of the packet.
Location getLocation(int lane) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
AddressManager * addrManager
SenderState * senderState
This packet's sender state.
static const int INVALID_LOCATION
void addOutstandingReqs(OutstandingReqTable &req_table, Addr addr, int lane, Location loc, Value stored_val=AddressManager::INVALID_VALUE)
OutstandingReqTable outstandingLoads
const std::string & toString() const
Return the string to a cmd given by idx.
AddressManager::Value Value
void hitCallback(PacketPtr pkt)
void dataDynamic(T *p)
Set the data pointer to a value that should have delete [] called on it.
void validateAtomicResp(Location loc, int lane, Value ret_val)
DmaThread(const Params &_params)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Value getLoggedValue(Location loc) const
bool scheduled() const
Determine if the current event is scheduled.
#define panic(...)
This implements a cprintf based panic() function.
Addr getAddress(Location loc)
RubyTester::SenderState SenderState
T * getPtr()
get a pointer to the data ptr.
Generated on Wed Jul 28 2021 12:10:25 for gem5 by doxygen 1.8.17