Go to the documentation of this file.
31 #include "debug/I8254.hh"
60 pkt->
setLE(uint8_t(-1));
62 panic(
"Read from undefined i8254 register.\n");
76 pit.writeControl(pkt->
getLE<uint8_t>());
78 panic(
"Write to undefined i8254 register.\n");
87 pit.serialize(
"pit", cp);
93 pit.unserialize(
"pit", cp);
std::vector< IntSourcePin< I8254 > * > intPin
void counterInterrupt(unsigned int num)
void serialize(CheckpointOut &cp) const override
Serialize an object.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void startup() override
startup() is the final initialization call before simulation.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void makeAtomicResponse()
Tick read(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.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
T getLE() const
Get the data in the packet byte swapped from little endian to host endian.
std::ostream CheckpointOut
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 Tue Dec 21 2021 11:34:30 for gem5 by doxygen 1.8.17