Go to the documentation of this file.
48 const BaseNonCachingSimpleCPUParams &
p)
51 assert(
p.numThreads == 1);
53 "only one workload allowed");
59 if (!(
system->isAtomicMode() &&
system->bypassCaches())) {
60 fatal(
"The direct CPU requires the memory system to be in the "
61 "'atomic_noncaching' mode.\n");
75 auto callback = [
this](
const MemBackdoor &backdoor) {
78 if (it->second == &backdoor) {
83 panic(
"Got invalidation for unknown memory backdoor.");
85 bd->addInvalidationCallback(callback);
99 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.
#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....
NonCachingSimpleCPU(const BaseNonCachingSimpleCPUParams &p)
#define panic(...)
This implements a cprintf based panic() function.
Tick sendPacket(RequestPort &port, const PacketPtr &pkt) override
Generated on Wed Jul 13 2022 10:39:17 for gem5 by doxygen 1.8.17