The System object has a static MemoryModeStrings array
that's (1) unused and (2) redundant, since there's an
auto-generated version in the Enums namespace. No
point in leaving it in.
return masterIds[master_id];
}
-const char *System::MemoryModeStrings[4] = {"invalid", "atomic", "timing",
- "atomic_noncaching"};
-
System *
SystemParams::create()
{
BaseMasterPort& getMasterPort(const std::string &if_name,
PortID idx = InvalidPortID);
- static const char *MemoryModeStrings[4];
-
/** @{ */
/**
* Is the system in atomic mode?