Go to the documentation of this file.
46 #ifndef __MEM_SIMPLE_MEMORY_HH__
47 #define __MEM_SIMPLE_MEMORY_HH__
53 #include "params/SimpleMemory.hh"
188 void init()
override;
201 #endif //__MEM_SIMPLE_MEMORY_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
bool isBusy
Track the state of the memory as either idle or busy, no need for an enum with only two states.
const Tick latency_var
Fudge factor added to the latency.
std::unique_ptr< Packet > pendingDelete
Upstream caches need this packet until true is returned, so hold it for deletion until a subsequent c...
A deferred packet stores a packet along with its scheduled transmission time.
const Tick latency
Latency from that a request is accepted until the response is ready to be sent.
MemoryPort(const std::string &_name, SimpleMemory &_memory)
EventFunctionWrapper releaseEvent
Tick recvAtomicBackdoor(PacketPtr pkt, MemBackdoorPtr &_backdoor) override
Default implementations.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
bool retryReq
Remember if we have to retry an outstanding request that arrived while we were busy.
The simple memory is a basic single-ported memory controller with a configurable throughput and laten...
bool retryResp
Remember if we failed to send a response and are awaiting a retry.
Tick recvAtomic(PacketPtr pkt)
const PortID InvalidPortID
Tick recvAtomicBackdoor(PacketPtr pkt, MemBackdoorPtr &_backdoor)
AddrRangeList getAddrRanges() const override
Get a list of the non-overlapping address ranges the owner is responsible for.
DrainState
Object drain/handover states.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
const double bandwidth
Bandwidth in ticks per byte.
bool recvTimingReq(PacketPtr pkt) override
Receive a timing request from the peer.
An abstract memory represents a contiguous block of physical memory, with an associated address range...
uint64_t Tick
Tick count type.
DeferredPacket(PacketPtr _pkt, Tick _tick)
bool recvTimingReq(PacketPtr pkt)
void recvRespRetry() override
Called by the peer if sendTimingResp was called on this protocol (causing recvTimingResp to be called...
EventFunctionWrapper dequeueEvent
Tick recvAtomic(PacketPtr pkt) override
Receive an atomic request packet from the peer.
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.
Ports are used to interface objects to each other.
std::list< DeferredPacket > packetQueue
Internal (unbounded) storage to mimic the delay caused by the actual memory access.
SimpleMemory(const SimpleMemoryParams &p)
void release()
Release the memory after being busy and send a retry if a request was rejected in the meanwhile.
void recvFunctional(PacketPtr pkt)
void dequeue()
Dequeue a packet from our internal packet queue and move it to the port where it will be sent as soon...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Tick getLatency() const
Detemine the latency.
void recvFunctional(PacketPtr pkt) override
Receive a functional request packet from the peer.
Generated on Wed Jul 13 2022 10:39:26 for gem5 by doxygen 1.8.17