Go to the documentation of this file.
32 #include "debug/LupioRTC.hh"
34 #include "params/LupioRTC.hh"
57 total_time = (time_t) time_sec +
start;
62 gmtime_r(&total_time, &
time);
81 r = (
time.tm_year + 1900) % 100;
84 r = (
time.tm_year + 1900) / 100;
87 r = 1 + (
time.tm_wday + 6) % 7;
101 "Read request - addr: %#x, size: %#x, atomic:%d\n",
122 panic(
"Unexpected write to the LupioRTC device!");
Tick curTick()
The universal simulation clock.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Addr pioAddr
Address that the device listens to.
LupioRTC: A Real-Time Clock Virtual Device that returns the current date and time in ISO 8601 format.
void setData(const uint8_t *p)
Copy data into the packet from the provided pointer.
void makeAtomicResponse()
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
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.
MemCmd cmd
The command field of the packet.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint8_t lupioRTCRead(const uint8_t addr)
Function to return current time and date using system's wall-clock time.
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
LupioRTC(const Params ¶ms)
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:51 for gem5 by doxygen 1.8.17