49 #ifndef __DEV_ARM_AMBA_FAKE_H__ 50 #define __DEV_ARM_AMBA_FAKE_H__ 53 #include "params/AmbaFake.hh" 62 return dynamic_cast<const Params *
>(
_params);
71 #endif //__DEV_ARM_AMBA_FAKE_H__ virtual Tick read(PacketPtr pkt)
Pure virtual function that the device must implement.
AmbaFake(const Params *p)
This is a base class for AMBA devices that have to respond to Device and Implementer ID calls...
uint64_t Tick
Tick count type.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
virtual Tick write(PacketPtr pkt)
Pure virtual function that the device must implement.
const Params * params() const
const SimObjectParams * _params
Cached copy of the object parameters.