32#ifndef __DEV_GPU_SYSTEM_HUB_HH__
33#define __DEV_GPU_SYSTEM_HUB_HH__
36#include "params/AMDGPUSystemHub.hh"
This class handles reads from the system/host memory space from the shader.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
AMDGPUSystemHub(const AMDGPUSystemHubParams &p)
void sendRequest(PacketPtr pkt, Event *callback)
AddrRangeList getAddrRanges() const override
Every PIO device is obliged to provide an implementation that returns the address ranges the device r...
void dmaResponse(PacketPtr pkt)
Tick write(PacketPtr pkt) override
Inherited methods.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.