Go to the documentation of this file.
44 #include "debug/AMBA.hh"
63 DPRINTF(AMBA,
" read register %#x\n", daddr);
65 pkt->
setLE<uint32_t>(0);
67 panic(
"Tried to read AmbaFake %s at offset %#x that doesn't exist\n",
80 if (!
params().ignore_access)
81 panic(
"Tried to write AmbaFake %s at offset %#x that doesn't exist\n",
Addr pioAddr
Address that the device listens to.
virtual Tick read(PacketPtr pkt)
Pure virtual function that the device must implement.
virtual Tick write(PacketPtr pkt)
Pure virtual function that the device must implement.
void makeAtomicResponse()
AmbaPioDeviceParams Params
virtual std::string name() const
const Params & params() const
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
Tick pioDelay
Delay that the device experinces on an access.
AmbaFake(const Params &p)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Addr pioSize
Size that the device's address range.
bool readId(PacketPtr pkt, uint64_t amba_id, Addr pio_addr)
void setLE(T v)
Set the value in the data pointer to v as little endian.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
#define panic(...)
This implements a cprintf based panic() function.
Generated on Thu Jun 16 2022 10:41:49 for gem5 by doxygen 1.8.17