Go to the documentation of this file.
46 #ifndef __MEM_NONCOHERENT_XBAR_HH__
47 #define __MEM_NONCOHERENT_XBAR_HH__
50 #include "params/NoncoherentXBar.hh"
201 #endif //__MEM_NONCOHERENT_XBAR_HH__
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.
Declaration of the crossbar memory-side port type, one will be instantiated for each of the CPU-side ...
A non-coherent crossbar connects a number of non-snooping memory-side ports and cpu_sides,...
void recvMemBackdoorReq(const MemBackdoorReq &req, MemBackdoorPtr &backdoor) override
Receive a request for a back door to a range of memory.
void recvFunctional(PacketPtr pkt) override
Receive a functional request packet from the peer.
std::vector< ReqLayer * > reqLayers
Declare the layers of this crossbar, one vector for requests and one for responses.
void recvFunctional(PacketPtr pkt, PortID cpu_side_port_id)
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...
NoncoherentXBarRequestPort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id)
Tick recvAtomicBackdoor(PacketPtr pkt, PortID cpu_side_port_id, MemBackdoorPtr *backdoor=nullptr)
NoncoherentXBarResponsePort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id)
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
bool recvTimingResp(PacketPtr pkt) override
Receive a timing response from the peer.
Declaration of the non-coherent crossbar CPU-side port type, one will be instantiated for each of the...
virtual ~NoncoherentXBar()
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....
NoncoherentXBar & xbar
A reference to the crossbar to which this port belongs.
uint64_t Tick
Tick count type.
std::vector< RespLayer * > respLayers
NoncoherentXBar & xbar
A reference to the crossbar to which this port belongs.
void recvReqRetry() override
Called by the peer if sendTimingReq was called on this peer (causing recvTimingReq to be called on th...
virtual void recvRangeChange(PortID mem_side_port_id)
Function called by the port when the crossbar is recieving a range change.
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.
void recvMemBackdoorReq(const MemBackdoorReq &req, MemBackdoorPtr &backdoor)
virtual bool recvTimingReq(PacketPtr pkt, PortID cpu_side_port_id)
bool recvTimingReq(PacketPtr pkt) override
Receive a timing request from the peer.
NoncoherentXBar(const NoncoherentXBarParams &p)
RespPacketQueue queue
A normal packet queue used to store responses.
virtual bool recvTimingResp(PacketPtr pkt, PortID mem_side_port_id)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void recvRangeChange() override
Called to receive an address range change from the peer response port.
void recvReqRetry(PortID mem_side_port_id)
AddrRangeList getAddrRanges() const override
Get a list of the non-overlapping address ranges the owner is responsible for.
Generated on Sun Jul 30 2023 01:56:58 for gem5 by doxygen 1.8.17