38#ifndef __CPU_TESTERS_GPU_RUBY_TEST_TESTER_DMA_HH__
39#define __CPU_TESTERS_GPU_RUBY_TEST_TESTER_DMA_HH__
42#include "params/TesterDma.hh"
60 ranges.push_back(
RangeSize(0, 0xc0000000));
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
AddrRangeList getAddrRanges() const override
Every PIO device is obliged to provide an implementation that returns the address ranges the device r...
TesterDma(const Params &p)
Tick read(PacketPtr) override
Pure virtual function that the device must implement.
Tick write(PacketPtr) override
Pure virtual function that the device must implement.
AddrRange RangeSize(Addr start, Addr size)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.