Go to the documentation of this file.
42 #ifndef __MEM_DRAMSIM2_HH__
43 #define __MEM_DRAMSIM2_HH__
46 #include <unordered_map>
51 #include "params/DRAMSim2.hh"
201 void init()
override;
216 #endif // __MEM_DRAMSIM2_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
void recvFunctional(PacketPtr pkt)
void recvFunctional(PacketPtr pkt)
Receive a functional request packet from the peer.
void startup() override
startup() is the final initialization call before simulation.
unsigned int nbrOutstandingReads
Count the number of outstanding transactions so that we can block any further requests until there is...
bool retryResp
Are we waiting for a retry for sending a response.
Wrapper class to avoid having DRAMSim2 names like ClockDomain etc clashing with the normal gem5 world...
std::deque< PacketPtr > responseQueue
Queue to hold response packets until we can send them back.
DRAMSim2(const Params &p)
unsigned int nbrOutstanding() const
const PortID InvalidPortID
unsigned int nbrOutstandingWrites
void readComplete(unsigned id, uint64_t addr, uint64_t cycle)
Read completion callback.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
void tick()
Progress the controller one clock cycle.
bool retryReq
Is the connected port waiting for a retry from us.
DrainState
Object drain/handover states.
EventFunctionWrapper tickEvent
Event to schedule clock ticks.
EventFunctionWrapper sendResponseEvent
Event to schedule sending of responses.
void writeComplete(unsigned id, uint64_t addr, uint64_t cycle)
Write completion callback.
std::unordered_map< Addr, std::queue< PacketPtr > > outstandingReads
Keep track of what packets are outstanding per address, and do so separately for reads and writes.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Tick recvAtomic(PacketPtr pkt)
Receive an atomic request packet from the peer.
An abstract memory represents a contiguous block of physical memory, with an associated address range...
uint64_t Tick
Tick count type.
Tick recvAtomic(PacketPtr pkt)
The memory port has to deal with its own flow control to avoid having unbounded storage that is impli...
DrainState drain() override
Draining is the process of clearing out the states of SimObjects.These are the SimObjects that are pa...
A ResponsePort is a specialization of a port.
DRAMSim2Wrapper wrapper
The actual DRAMSim2 wrapper.
Ports are used to interface objects to each other.
std::unique_ptr< Packet > pendingDelete
Upstream caches need this packet until true is returned, so hold it for deletion until a subsequent c...
AddrRangeList getAddrRanges() const
Get a list of the non-overlapping address ranges the owner is responsible for.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
bool recvTimingReq(PacketPtr pkt)
std::unordered_map< Addr, std::queue< PacketPtr > > outstandingWrites
void recvRespRetry()
Called by the peer if sendTimingResp was called on this protocol (causing recvTimingResp to be called...
bool recvTimingReq(PacketPtr pkt)
Receive a timing request from the peer.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
MemoryPort(const std::string &_name, DRAMSim2 &_memory)
Tick startTick
Keep track of when the wrapper is started.
void accessAndRespond(PacketPtr pkt)
When a packet is ready, use the "access()" method in AbstractMemory to actually create the response p...
Generated on Tue Sep 7 2021 14:53:48 for gem5 by doxygen 1.8.17