29 #ifndef __DEV_X86_I8237_HH__ 30 #define __DEV_X86_I8237_HH__ 33 #include "params/I8237.hh" 50 return dynamic_cast<const Params *
>(
_params);
66 #endif //__DEV_X86_I8237_HH__
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void serialize(CheckpointOut &cp) const override
Serialize an object.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
uint64_t Tick
Tick count type.
const Params * params() const
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
std::ostream CheckpointOut
This is exposed globally, independent of the ISA.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
const SimObjectParams * _params
Cached copy of the object parameters.