Go to the documentation of this file.
29 #ifndef __DEV_LUPIO_LUPIO_RNG_HH__
30 #define __DEV_LUPIO_LUPIO_RNG_HH__
34 #include "debug/LupioRNG.hh"
36 #include "params/LupioRNG.hh"
90 #endif // __DEV_LUPIO_LUPIO_RNG_HH__
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
uint64_t lupioRNGRead(const uint8_t addr)
Function to return a random number, the current seed, or the device status.
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.
void lupioRNGWrite(const uint8_t addr, const uint64_t val64)
Function to allow the user to change the current seed, and configure the device using interrupts.
LupioRNG(const Params ¶ms)
const ByteOrder byteOrder
LupioRNG: A Random Number Generator virtual device that returns either a random value,...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Thu Jun 16 2022 10:41:51 for gem5 by doxygen 1.8.17