Go to the documentation of this file.
69 panic(
"SimpleTimingPort should never see packets with the "
70 "cacheResponding flag set\n");
Tick curTick()
The universal simulation clock.
void recvFunctional(PacketPtr pkt)
Implemented using recvAtomic().
bool cacheResponding() const
std::unique_ptr< Packet > pendingDelete
Upstream caches need this packet until true is returned, so hold it for deletion until a subsequent c...
RespPacketQueue & respQueue
Packet queue used to store outgoing responses.
bool trySatisfyFunctional(PacketPtr pkt)
Check the list of buffered packets against the supplied functional request.
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.
bool needsResponse() const
virtual Tick recvAtomic(PacketPtr pkt)=0
Receive an atomic request packet from the peer.
void schedTimingResp(PacketPtr pkt, Tick when)
Schedule the sending of a timing response.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
#define panic(...)
This implements a cprintf based panic() function.
bool recvTimingReq(PacketPtr pkt)
Implemented using recvAtomic().
Generated on Tue Dec 21 2021 11:34:34 for gem5 by doxygen 1.8.17