Go to the documentation of this file.
31 #include "debug/LupioSYS.hh"
33 #include "params/LupioSYS.hh"
65 panic(
"Unexpected write to the LupioRTC device at address %d!",
77 "Read request - addr: %#x, size: %#x\n", daddr, pkt->
getSize());
Addr pioAddr
Address that the device listens to.
uint64_t getUintX(ByteOrder endian) const
Get the data in the packet byte swapped from the specified endianness and zero-extended to 64 bits.
void exitSimLoopNow(const std::string &message, int exit_code, Tick repeat, bool serialize)
Schedule an event as above, but make it high priority so it runs before any normal events which are s...
LupioSYS(const Params ¶ms)
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
LupioSYS: A Real-Time System Controller virtual device which provides a way for the software to halt ...
const ByteOrder byteOrder
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
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.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint8_t lupioSYSRead(const uint8_t addr)
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void setUintX(uint64_t w, ByteOrder endian)
Set the value in the word w after truncating it to the length of the packet and then byteswapping it ...
void lupioSYSWrite(const uint8_t addr, const uint64_t val64)
#define panic(...)
This implements a cprintf based panic() function.
Generated on Wed May 4 2022 12:13:57 for gem5 by doxygen 1.8.17