41 #ifndef __CPU_MEMTEST_MEMTEST_HH__ 42 #define __CPU_MEMTEST_MEMTEST_HH__ 45 #include <unordered_map> 49 #include "params/MemTest.hh" 101 :
MasterPort(_name, &_memtest), memtest(_memtest)
151 return (addr & ~blockAddrMask);
187 #endif // __CPU_MEMTEST_MEMTEST_HH__ A MasterPort is a specialisation of a BaseMasterPort, which implements the default protocol for the t...
bool sendPkt(PacketPtr pkt)
Ports are used to interface objects to each other.
EventFunctionWrapper noResponseEvent
const bool suppressFuncErrors
Cycles is a wrapper class for representing cycle counts, i.e.
EventFunctionWrapper tickEvent
const PortID InvalidPortID
const unsigned percentFunctional
void recvReqRetry()
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
const unsigned progressInterval
Addr blockAlign(Addr addr) const
Get the block aligned address.
std::unordered_map< Addr, uint8_t > referenceData
void regStats() override
Callback to set stat parameters.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Declaration of Statistics objects.
This is a simple scalar statistic, like a counter.
EventFunctionWrapper noRequestEvent
MasterID masterId
Request id for all generated traffic.
uint64_t Tick
Tick count type.
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
ClockedObject declaration and implementation.
The MemTest class tests a cache coherent memory system by generating false sharing and verifying the ...
bool recvTimingResp(PacketPtr pkt)
Receive a timing response from the peer.
void recvFunctionalSnoop(PacketPtr pkt)
Receive a functional snoop request packet from the peer.
CpuPort(const std::string &_name, MemTest &_memtest)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Stats::Scalar numReadsStat
std::set< Addr > outstandingAddrs
const unsigned percentUncacheable
const Cycles progressCheck
void recvTimingSnoopReq(PacketPtr pkt)
Receive a timing snoop request from the peer.
const unsigned percentReads
Stats::Scalar numWritesStat
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
void completeRequest(PacketPtr pkt, bool functional=false)
Complete a request by checking the response.
Tick recvAtomicSnoop(PacketPtr pkt)
Receive an atomic snoop request packet from our peer.