Go to the documentation of this file.
46 #ifndef __MEM_NONCOHERENT_XBAR_HH__
47 #define __MEM_NONCOHERENT_XBAR_HH__
50 #include "params/NoncoherentXBar.hh"
187 #endif //__MEM_NONCOHERENT_XBAR_HH__
AddrRangeList getAddrRanges() const override
Get a list of the non-overlapping address ranges the owner is responsible for.
NoncoherentXBarRequestPort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id)
bool recvTimingResp(PacketPtr pkt) override
Receive a timing response from the peer.
NoncoherentXBar & xbar
A reference to the crossbar to which this port belongs.
NoncoherentXBarResponsePort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id)
void recvFunctional(PacketPtr pkt, PortID cpu_side_port_id)
uint64_t Tick
Tick count type.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
virtual bool recvTimingResp(PacketPtr pkt, PortID mem_side_port_id)
AddrRangeList getAddrRanges() const
Return the address ranges the crossbar is responsible for.
void recvReqRetry(PortID mem_side_port_id)
virtual bool recvTimingReq(PacketPtr pkt, PortID cpu_side_port_id)
void recvFunctional(PacketPtr pkt) override
Receive a functional request packet from the peer.
Tick recvAtomic(PacketPtr pkt) override
Receive an atomic request packet from the peer.
bool recvTimingReq(PacketPtr pkt) override
Receive a timing request from the peer.
NoncoherentXBar & xbar
A reference to the crossbar to which this port belongs.
Declaration of the non-coherent crossbar CPU-side port type, one will be instantiated for each of the...
void recvRangeChange() override
Called to receive an address range change from the peer response port.
void recvReqRetry() override
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
A queued port is a port that has an infinite queue for outgoing packets and thus decouples the module...
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
Declaration of the crossbar memory-side port type, one will be instantiated for each of the CPU-side ...
virtual ~NoncoherentXBar()
virtual void recvRangeChange(PortID mem_side_port_id)
Function called by the port when the crossbar is recieving a range change.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
RespPacketQueue queue
A normal packet queue used to store responses.
Tick recvAtomicBackdoor(PacketPtr pkt, PortID cpu_side_port_id, MemBackdoorPtr *backdoor=nullptr)
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...
std::vector< ReqLayer * > reqLayers
Declare the layers of this crossbar, one vector for requests and one for responses.
The base crossbar contains the common elements of the non-coherent and coherent crossbar.
NoncoherentXBar(const NoncoherentXBarParams *p)
A non-coherent crossbar connects a number of non-snooping memory-side ports and cpu_sides,...
std::vector< RespLayer * > respLayers
Generated on Wed Sep 30 2020 14:02:13 for gem5 by doxygen 1.8.17