Go to the documentation of this file.
29 #ifndef __DEV_X86_I8254_HH__
30 #define __DEV_X86_I8254_HH__
35 #include "params/I8254.hh"
77 if (if_name ==
"int_pin")
86 for (
int i = 0;
i <
p.port_int_pin_connection_count;
i++) {
88 "%s.int_pin[%d]",
name(),
i),
i,
this));
129 #endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
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 counterInterrupt(unsigned int num)
Programmable Interval Timer (Intel 8254)
void startup() override
startup() is the final initialization call before simulation.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
void writeCounter(unsigned int num, const uint8_t data)
std::string csprintf(const char *format, const Args &...args)
X86Intel8254Timer(const std::string &name, I8254 *_parent)
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
const PortID InvalidPortID
uint8_t readCounter(unsigned int num)
virtual std::string name() const
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
void writeControl(uint8_t val)
uint8_t readCounter(unsigned int num)
bool outputHigh(unsigned int num)
bool outputHigh(unsigned int num)
const std::string & name() const
Ports are used to interface objects to each other.
void writeCounter(unsigned int num, const uint8_t data)
std::ostream CheckpointOut
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void writeControl(const CtrlReg data)
Write control word.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Generated on Tue Sep 7 2021 14:53:47 for gem5 by doxygen 1.8.17