44 #include "debug/AMBA.hh" 62 pkt->
setLE<uint32_t>(0);
64 panic(
"Tried to read AmbaFake %s at offset %#x that doesn't exist\n",
77 if (!
params()->ignore_access)
78 panic(
"Tried to write AmbaFake %s at offset %#x that doesn't exist\n",
87 AmbaFakeParams::create()
#define panic(...)
This implements a cprintf based panic() function.
virtual Tick read(PacketPtr pkt)
Pure virtual function that the device must implement.
AmbaFake(const Params *p)
AmbaPioDeviceParams Params
void setLE(T v)
Set the value in the data pointer to v as little endian.
Addr pioSize
Size that the device's address range.
void makeAtomicResponse()
uint64_t Tick
Tick count type.
bool readId(PacketPtr pkt, uint64_t amba_id, Addr pio_addr)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
virtual const std::string name() const
Declaration of the Packet class.
virtual Tick write(PacketPtr pkt)
Pure virtual function that the device must implement.
const Params * params() const
Tick pioDelay
Delay that the device experinces on an access.
This device sits in memory and reponds appropriately so the linux kernel ignores the device it is try...
Addr pioAddr
Address that the device listens to.