38 #ifndef __CPU_SIMPLE_NONCACHING_HH__ 39 #define __CPU_SIMPLE_NONCACHING_HH__ 42 #include "params/NonCachingSimpleCPU.hh" 59 #endif // __CPU_SIMPLE_NONCACHING_HH__ A MasterPort is a specialisation of a BaseMasterPort, which implements the default protocol for the t...
NonCachingSimpleCPU(NonCachingSimpleCPUParams *p)
Tick sendPacket(MasterPort &port, const PacketPtr &pkt) override
The NonCachingSimpleCPU is an AtomicSimpleCPU using the 'atomic_noncaching' memory mode instead of ju...
void verifyMemoryMode() const override
Verify that the system is in a memory mode supported by the CPU.
uint64_t Tick
Tick count type.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...