35 #ifndef __ISA_FAKE_HH__
36 #define __ISA_FAKE_HH__
43 #include "params/IsaFake.hh"
88 #endif // __ISA_FAKE_HH__
IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and rites.
uint64_t Tick
Tick count type.
virtual Tick read(PacketPtr pkt)
This read always returns -1.
virtual Tick write(PacketPtr pkt)
All writes are simply ignored.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Declaration of the Packet class.
IsaFake(Params *p)
The constructor for Isa Fake just registers itself with the MMU.
const SimObjectParams * _params
Cached copy of the object parameters.
const Params * params() const