Go to the documentation of this file.
41 #ifndef __CPU_MEMTEST_MEMTEST_HH__
42 #define __CPU_MEMTEST_MEMTEST_HH__
44 #include <unordered_map>
45 #include <unordered_set>
49 #include "params/MemTest.hh"
195 #endif // __CPU_MEMTEST_MEMTEST_HH__
This is a simple scalar statistic, like a counter.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
RequestorID requestorId
Request id for all generated traffic.
The MemTest class tests a cache coherent memory system by generating false sharing and verifying the ...
const unsigned percentFunctional
bool sendPkt(PacketPtr pkt)
std::unordered_map< Addr, uint8_t > referenceData
const unsigned percentUncacheable
const PortID InvalidPortID
EventFunctionWrapper noResponseEvent
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
Cycles is a wrapper class for representing cycle counts, i.e.
CpuPort(const std::string &_name, MemTest &_memtest)
gem5::MemTest::MemTestStats stats
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void recvFunctionalSnoop(PacketPtr pkt)
Receive a functional snoop request packet from the peer.
EventFunctionWrapper noRequestEvent
uint64_t Tick
Tick count type.
EventFunctionWrapper tickEvent
const bool suppressFuncErrors
bool recvTimingResp(PacketPtr pkt)
Receive a timing response from the peer.
statistics::Scalar numWrites
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
const unsigned progressInterval
Ports are used to interface objects to each other.
statistics::Scalar numReads
void recvTimingSnoopReq(PacketPtr pkt)
Receive a timing snoop request from the peer.
Addr blockAlign(Addr addr) const
Get the block aligned address.
const Cycles progressCheck
Tick recvAtomicSnoop(PacketPtr pkt)
Receive an atomic snoop request packet from our peer.
const unsigned percentReads
std::unordered_set< Addr > outstandingAddrs
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void completeRequest(PacketPtr pkt, bool functional=false)
Complete a request by checking the response.
MemTestStats(statistics::Group *parent)
void recvReqRetry()
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
Generated on Wed Jul 28 2021 12:10:25 for gem5 by doxygen 1.8.17