Go to the documentation of this file.
50 assert(
p.numThreads == 1);
52 "only one workload allowed");
58 if (!(
system->isAtomicMode() &&
system->bypassCaches())) {
59 fatal(
"The direct CPU requires the memory system to be in the "
60 "'atomic_noncaching' mode.\n");
74 auto callback = [
this](
const MemBackdoor &backdoor) {
77 if (it->second == &backdoor) {
82 panic(
"Got invalidation for unknown memory backdoor.");
84 bd->addInvalidationCallback(callback);
98 auto *
bd = bd_it->second;
#define fatal(...)
This implements a cprintf based fatal() function.
std::vector< SimpleExecContext * > threadInfo
Tick fetchInstMem() override
void verifyMemoryMode() const override
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
Tick sendAtomicBackdoor(PacketPtr pkt, MemBackdoorPtr &backdoor)
Send an atomic request packet like above, but also request a backdoor to the data being accessed.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
virtual Tick fetchInstMem()
uint64_t Tick
Tick count type.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
AddrRangeMap< MemBackdoorPtr, 1 > memBackdoors
bool FullSystem
The FullSystem variable can be used to determine the current mode of simulation.
NonCachingSimpleCPU(const NonCachingSimpleCPUParams &p)
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
#define panic(...)
This implements a cprintf based panic() function.
Tick sendPacket(RequestPort &port, const PacketPtr &pkt) override
Generated on Wed May 4 2022 12:13:54 for gem5 by doxygen 1.8.17