Go to the documentation of this file.
46 #ifndef __MEM_COHERENT_XBAR_HH__
47 #define __MEM_COHERENT_XBAR_HH__
49 #include <unordered_map>
50 #include <unordered_set>
54 #include "params/CoherentXBar.hh"
248 panic(
"SnoopRespPort should never see retry");
254 panic(
"SnoopRespPort should never see timing response");
375 PortID exclude_cpu_side_port_id,
376 PortID source_mem_side_port_id,
450 #endif //__MEM_COHERENT_XBAR_HH__
This is a simple scalar statistic, like a counter.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
The base crossbar contains the common elements of the non-coherent and coherent crossbar.
void sendRetryResp() override
Override the sending of retries and pass them on through the mirrored CPU-side port.
const std::string name() const
Return port name (for DPRINTF).
SnoopRespPort(QueuedResponsePort &cpu_side_port, CoherentXBar &_xbar)
Create a snoop response port that mirrors a given CPU-side port.
A simple distribution stat.
std::vector< QueuedResponsePort * > snoopPorts
This snoop filter keeps track of which connected port has a particular line of data.
void sendRetrySnoopResp()
Send a retry to the request port that previously attempted a sendTimingSnoopResp to this response por...
CoherentXBarRequestPort(const std::string &_name, CoherentXBar &_xbar, PortID _id)
std::vector< SnoopRespLayer * > snoopLayers
System * system
Keep a pointer to the system to be allow to querying memory system properties.
RequestPtr req
A pointer to the original request.
bool recvTimingReq(PacketPtr pkt) override
Receive a timing request from the peer.
bool forwardPacket(const PacketPtr pkt)
Determine if the crossbar should forward the packet, as opposed to responding to it.
CoherentXBar(const CoherentXBarParams &p)
Declaration of the coherent crossbar CPU-side port type, one will be instantiated for each of the mem...
bool sinkPacket(const PacketPtr pkt) const
Determine if the crossbar should sink the packet, as opposed to forwarding it, or responding.
AddrRangeList getAddrRanges() const override
Get a list of the non-overlapping address ranges the owner is responsible for.
statistics::Scalar snoopTraffic
CoherentXBar & xbar
A reference to the crossbar to which this port belongs.
void recvFunctionalSnoop(PacketPtr pkt, PortID mem_side_port_id)
Function called by the port when the crossbar is receiving a functional snoop transaction.
const PortID InvalidPortID
Tick recvAtomicBackdoor(PacketPtr pkt, PortID cpu_side_port_id, MemBackdoorPtr *backdoor=nullptr)
Declaration of the coherent crossbar memory-side port type, one will be instantiated for each of the ...
Tick recvAtomicBackdoor(PacketPtr pkt, MemBackdoorPtr &backdoor) override
Receive an atomic request packet from the peer, and optionally provide a backdoor to the data being a...
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
Cycles is a wrapper class for representing cycle counts, i.e.
void recvMemBackdoorReq(const MemBackdoorReq &req, MemBackdoorPtr &backdoor) override
Receive a request for a back door to a range of memory.
std::vector< RespLayer * > respLayers
std::vector< ReqLayer * > reqLayers
Declare the layers of this crossbar, one vector for requests, one for responses, and one for snoop re...
void recvFunctionalSnoop(PacketPtr pkt) override
Receive a functional snoop request packet from the peer.
bool recvTimingResp(PacketPtr pkt) override
Receive a timing response from the peer.
std::pair< MemCmd, Tick > forwardAtomic(PacketPtr pkt, PortID exclude_cpu_side_port_id)
Forward an atomic packet to our snoopers, potentially excluding one of the connected coherent request...
bool isDestination(const PacketPtr pkt) const
Determine if the packet's destination is the memory below.
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....
void recvReqRetry(PortID mem_side_port_id)
uint64_t Tick
Tick count type.
CoherentXBar & xbar
A reference to the crossbar to which this port belongs.
void recvFunctional(PacketPtr pkt, PortID cpu_side_port_id)
Function called by the port when the crossbar is receiving a Functional transaction.
void recvTimingSnoopReq(PacketPtr pkt) override
Receive a timing snoop request from the peer.
virtual void recvRangeChange(PortID mem_side_port_id)
Function called by the port when the crossbar is recieving a range change.
bool recvTimingReq(PacketPtr pkt, PortID cpu_side_port_id)
Tick recvAtomic(PacketPtr pkt) override
Receive an atomic request packet from the peer.
AddrRangeList getAddrRanges() const
Return the address ranges the crossbar is responsible for.
statistics::Distribution snoopFanout
const bool pointOfCoherency
Is this crossbar the point of coherency?
void recvFunctional(PacketPtr pkt) override
Receive a functional request packet from the peer.
std::unordered_set< RequestPtr > outstandingSnoop
Store the outstanding requests that we are expecting snoop responses from so we can determine which s...
void recvTimingSnoopReq(PacketPtr pkt, PortID mem_side_port_id)
QueuedResponsePort & cpuSidePort
The port which we mirror internally.
statistics::Scalar snoops
SnoopFilter * snoopFilter
A snoop filter that tracks cache line residency and can restrict the broadcast needed for probes.
CoherentXBarResponsePort(const std::string &_name, CoherentXBar &_xbar, PortID _id)
A coherent crossbar connects a number of (potentially) snooping requestors and responders,...
virtual void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
std::unordered_map< PacketId, PacketPtr > outstandingCMO
Store the outstanding cache maintenance that we are expecting snoop responses from so we can determin...
const unsigned int maxOutstandingSnoopCheck
Maximum number of outstading snoops sanity check.
Tick recvAtomicSnoop(PacketPtr pkt) override
Receive an atomic snoop request packet from our peer.
const bool pointOfUnification
Is this crossbar the point of unification?
bool recvTimingResp(PacketPtr pkt) override
Receive a timing response from the peer.
const Cycles snoopResponseLatency
Cycles of snoop response latency.
virtual void regStats()
Callback to set stat parameters.
bool recvTimingSnoopResp(PacketPtr pkt) override
Receive a timing snoop response from the peer.
void forwardFunctional(PacketPtr pkt, PortID exclude_cpu_side_port_id)
Forward a functional packet to our snoopers, potentially excluding one of the connected coherent requ...
Tick recvAtomicSnoop(PacketPtr pkt, PortID mem_side_port_id)
void recvMemBackdoorReq(const MemBackdoorReq &req, MemBackdoorPtr &backdoor)
Function called by the port when the crossbar receives a request for a memory backdoor.
void recvReqRetry() override
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
Internal class to bridge between an incoming snoop response from a CPU-side port and forwarding it th...
std::unique_ptr< Packet > pendingDelete
Upstream caches need this packet until true is returned, so hold it for deletion until a subsequent c...
void forwardTiming(PacketPtr pkt, PortID exclude_cpu_side_port_id)
Forward a timing packet to our snoopers, potentially excluding one of the connected coherent requesto...
bool recvTimingSnoopResp(PacketPtr pkt, PortID cpu_side_port_id)
bool recvTimingResp(PacketPtr pkt, PortID mem_side_port_id)
std::vector< SnoopRespPort * > snoopRespPorts
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void recvReqRetry() override
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
bool isSnooping() const override
Determine if this port should be considered a snooper.
const unsigned int maxRoutingTableSizeCheck
Maximum routing table size sanity check.
RespPacketQueue queue
A normal packet queue used to store responses.
void recvRangeChange() override
Called to receive an address range change from the peer response port.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Sun Jul 30 2023 01:56:58 for gem5 by doxygen 1.8.17