33#ifndef __ISA_FAKE_HH__
34#define __ISA_FAKE_HH__
40#include "params/IsaFake.hh"
IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and rites.
virtual Tick write(PacketPtr pkt)
All writes are simply ignored.
virtual Tick read(PacketPtr pkt)
This read always returns -1.
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.
Declaration of the Packet class.