29#ifndef __DEV_LUPIO_LUPIO_RTC_HH__
30#define __DEV_LUPIO_LUPIO_RTC_HH__
32#include "debug/LupioRTC.hh"
34#include "params/LupioRTC.hh"
LupioRTC: A Real-Time Clock Virtual Device that returns the current date and time in ISO 8601 format.
LupioRTC(const Params ¶ms)
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
uint8_t lupioRTCRead(const uint8_t addr)
Function to return current time and date using system's wall-clock time.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
const Params & params() const
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Tick
Tick count type.