Go to the documentation of this file.
45 assert(
p.numThreads == 1);
47 "only one workload allowed");
54 fatal(
"The direct CPU requires the memory system to be in the "
55 "'atomic_noncaching' mode.\n");
69 auto callback = [
this](
const MemBackdoor &backdoor) {
72 if (it->second == &backdoor) {
77 panic(
"Got invalidation for unknown memory backdoor.");
79 bd->addInvalidationCallback(callback);
91 auto *
bd = bd_it->second;
#define fatal(...)
This implements a cprintf based fatal() function.
Tick sendAtomicBackdoor(PacketPtr pkt, MemBackdoorPtr &backdoor)
Send an atomic request packet like above, but also request a backdoor to the data being accessed.
Tick fetchInstMem() override
uint64_t Tick
Tick count type.
bool FullSystem
The FullSystem variable can be used to determine the current mode of simulation.
void verifyMemoryMode() const override
Verify that the system is in a memory mode supported by the CPU.
Tick sendPacket(RequestPort &port, const PacketPtr &pkt) override
TheISA::MachInst inst
Current instruction.
bool bypassCaches() const
Should caches be bypassed?
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
NonCachingSimpleCPU(const NonCachingSimpleCPUParams &p)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
AddrRangeMap< MemBackdoorPtr, 1 > memBackdoors
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
bool isAtomicMode() const
Is the system in atomic mode?
virtual Tick fetchInstMem()
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Jun 22 2021 15:28:26 for gem5 by doxygen 1.8.17