36 #ifndef __DEV_SPARC_DTOD_HH__
37 #define __DEV_SPARC_DTOD_HH__
42 #include "params/DumbTOD.hh"
70 #endif // __DEV_BADDEV_HH__
void serialize(CheckpointOut &cp) const override
Serialize an object.
const Params * params() const
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
uint64_t Tick
Tick count type.
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.