Go to the documentation of this file.
41 #ifndef __MEM_TPORT_HH__
42 #define __MEM_TPORT_HH__
112 #endif // __MEM_TPORT_HH__
const std::string name() const
Return port name (for DPRINTF).
void recvFunctional(PacketPtr pkt)
Implemented using recvAtomic().
std::unique_ptr< Packet > pendingDelete
Upstream caches need this packet until true is returned, so hold it for deletion until a subsequent c...
The simple timing port uses a queued port to implement recvFunctional and recvTimingReq through recvA...
virtual ~SimpleTimingPort()
SimpleTimingPort(const std::string &name, SimObject *owner)
Create a new SimpleTimingPort that relies on a packet queue to hold responses, and implements recvTim...
A queued port is a port that has an infinite queue for outgoing packets and thus decouples the module...
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
Abstract superclass for simulation objects.
RespPacketQueue queueImpl
The packet queue used to store outgoing responses.
virtual Tick recvAtomic(PacketPtr pkt)=0
Receive an atomic request packet from the peer.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool recvTimingReq(PacketPtr pkt)
Implemented using recvAtomic().
Generated on Wed Jul 13 2022 10:39:26 for gem5 by doxygen 1.8.17