34 #ifndef __DEV_SPARC_DTOD_HH__ 35 #define __DEV_SPARC_DTOD_HH__ 40 #include "params/DumbTOD.hh" 58 return dynamic_cast<const Params *
>(
_params);
68 #endif // __DEV_BADDEV_HH__ void serialize(CheckpointOut &cp) const override
Serialize an object.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
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...
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
std::ostream CheckpointOut
const SimObjectParams * _params
Cached copy of the object parameters.
DumbTOD simply returns some idea of time when read.