gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
SMMUv3 Class Reference

#include <smmu_v3.hh>

Inheritance diagram for SMMUv3:
ClockedObject SimObject Clocked EventManager Serializable Drainable Stats::Group

Public Member Functions

 SMMUv3 (SMMUv3Params *p)
 
virtual ~SMMUv3 ()
 
virtual void init () override
 init() is called after all C++ SimObjects have been created and all ports are connected. More...
 
virtual void regStats () override
 Callback to set stat parameters. More...
 
Tick slaveRecvAtomic (PacketPtr pkt, PortID id)
 
bool slaveRecvTimingReq (PacketPtr pkt, PortID id)
 
bool masterRecvTimingResp (PacketPtr pkt)
 
void masterRecvReqRetry ()
 
bool masterTableWalkRecvTimingResp (PacketPtr pkt)
 
void masterTableWalkRecvReqRetry ()
 
Tick readControl (PacketPtr pkt)
 
Tick writeControl (PacketPtr pkt)
 
DrainState drain () override
 Notify an object that it needs to drain its state. More...
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
virtual PortgetPort (const std::string &name, PortID id=InvalidPortID) override
 Get a port with a given name and index. More...
 
- Public Member Functions inherited from ClockedObject
 ClockedObject (const ClockedObjectParams *p)
 
const Paramsparams () const
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
Enums::PwrState pwrState () const
 
std::string pwrStateName () const
 
std::vector< double > pwrStateWeights () const
 Returns the percentage residency for each power state. More...
 
void computeStats ()
 Record stats values like state residency by computing the time difference from previous update. More...
 
void pwrState (Enums::PwrState)
 
- Public Member Functions inherited from SimObject
const Paramsparams () const
 
 SimObject (const Params *_params)
 
virtual ~SimObject ()
 
virtual const std::string name () const
 
virtual void loadState (CheckpointIn &cp)
 loadState() is called on each SimObject when restoring from a checkpoint. More...
 
virtual void initState ()
 initState() is called on each SimObject when not restoring from a checkpoint. More...
 
virtual void regProbePoints ()
 Register probe points for this object. More...
 
virtual void regProbeListeners ()
 Register probe listeners for this object. More...
 
ProbeManagergetProbeManager ()
 Get the probe manager for this object. More...
 
virtual void startup ()
 startup() is the final initialization call before simulation. More...
 
DrainState drain () override
 Provide a default implementation of the drain interface for objects that don't need draining. More...
 
virtual void memWriteback ()
 Write back dirty buffers to memory using functional writes. More...
 
virtual void memInvalidate ()
 Invalidate the contents of memory buffers. More...
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
- Public Member Functions inherited from EventManager
 EventManager (EventManager &em)
 
 EventManager (EventManager *em)
 
 EventManager (EventQueue *eq)
 
EventQueueeventQueue () const
 
void schedule (Event &event, Tick when)
 
void deschedule (Event &event)
 
void reschedule (Event &event, Tick when, bool always=false)
 
void schedule (Event *event, Tick when)
 
void deschedule (Event *event)
 
void reschedule (Event *event, Tick when, bool always=false)
 
void wakeupEventQueue (Tick when=(Tick) -1)
 
void setCurTick (Tick newVal)
 
- Public Member Functions inherited from Serializable
 Serializable ()
 
virtual ~Serializable ()
 
void serializeSection (CheckpointOut &cp, const char *name) const
 Serialize an object into a new section. More...
 
void serializeSection (CheckpointOut &cp, const std::string &name) const
 
void unserializeSection (CheckpointIn &cp, const char *name)
 Unserialize an a child object. More...
 
void unserializeSection (CheckpointIn &cp, const std::string &name)
 
- Public Member Functions inherited from Drainable
DrainState drainState () const
 Return the current drain state of an object. More...
 
virtual void notifyFork ()
 Notify a child process of a fork. More...
 
- Public Member Functions inherited from Stats::Group
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (Stats::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
- Public Member Functions inherited from Clocked
void updateClockPeriod ()
 Update the tick to the current tick. More...
 
Tick clockEdge (Cycles cycles=Cycles(0)) const
 Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More...
 
Cycles curCycle () const
 Determine the current cycle, corresponding to a tick aligned to a clock edge. More...
 
Tick nextCycle () const
 Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More...
 
uint64_t frequency () const
 
Tick clockPeriod () const
 
double voltage () const
 
Cycles ticksToCycles (Tick t) const
 
Tick cyclesToTicks (Cycles c) const
 

Protected Member Functions

bool inSecureBlock (uint32_t offs) const
 
void scheduleSlaveRetries ()
 
SMMUAction runProcess (SMMUProcess *proc, PacketPtr pkt)
 
SMMUAction runProcessAtomic (SMMUProcess *proc, PacketPtr pkt)
 
SMMUAction runProcessTiming (SMMUProcess *proc, PacketPtr pkt)
 
void processCommands ()
 
void processCommand (const SMMUCommand &cmd)
 
const PageTableOpsgetPageTableOps (uint8_t trans_granule)
 
- Protected Member Functions inherited from Drainable
 Drainable ()
 
virtual ~Drainable ()
 
virtual void drainResume ()
 Resume execution after a successful drain. More...
 
void signalDrainDone () const
 Signal that an object is drained. More...
 
- Protected Member Functions inherited from Clocked
 Clocked (ClockDomain &clk_domain)
 Create a clocked object and set the clock domain based on the parameters. More...
 
 Clocked (Clocked &)=delete
 
Clockedoperator= (Clocked &)=delete
 
virtual ~Clocked ()
 Virtual destructor due to inheritance. More...
 
void resetClock () const
 Reset the object's clock using the current global tick value. More...
 
virtual void clockPeriodUpdated ()
 A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. More...
 

Protected Attributes

const Systemsystem
 
const MasterID masterId
 
SMMUMasterPort masterPort
 
SMMUMasterTableWalkPort masterTableWalkPort
 
SMMUControlPort controlPort
 
ARMArchTLB tlb
 
ConfigCache configCache
 
IPACache ipaCache
 
WalkCache walkCache
 
const bool tlbEnable
 
const bool configCacheEnable
 
const bool ipaCacheEnable
 
const bool walkCacheEnable
 
bool tableWalkPortEnable
 
const bool walkCacheNonfinalEnable
 
const unsigned walkCacheS1Levels
 
const unsigned walkCacheS2Levels
 
const unsigned masterPortWidth
 
SMMUSemaphore tlbSem
 
SMMUSemaphore ifcSmmuSem
 
SMMUSemaphore smmuIfcSem
 
SMMUSemaphore configSem
 
SMMUSemaphore ipaSem
 
SMMUSemaphore walkSem
 
SMMUSemaphore masterPortSem
 
SMMUSemaphore transSem
 
SMMUSemaphore ptwSem
 
SMMUSemaphore cycleSem
 
const Cycles tlbLat
 
const Cycles ifcSmmuLat
 
const Cycles smmuIfcLat
 
const Cycles configLat
 
const Cycles ipaLat
 
const Cycles walkLat
 
Stats::Scalar steL1Fetches
 
Stats::Scalar steFetches
 
Stats::Scalar cdL1Fetches
 
Stats::Scalar cdFetches
 
Stats::Distribution translationTimeDist
 
Stats::Distribution ptwTimeDist
 
std::vector< SMMUv3SlaveInterface * > slaveInterfaces
 
SMMUCommandExecProcess commandExecutor
 
const AddrRange regsMap
 
SMMURegs regs
 
std::queue< SMMUActionpacketsToRetry
 
std::queue< SMMUActionpacketsTableWalkToRetry
 
EventWrapper< SMMUv3, &SMMUv3::processCommandsprocessCommandsEvent
 
- Protected Attributes inherited from ClockedObject
Enums::PwrState _currPwrState
 To keep track of the current power state. More...
 
Tick prvEvalTick
 
ClockedObject::ClockedObjectStats stats
 
- Protected Attributes inherited from SimObject
const SimObjectParams * _params
 Cached copy of the object parameters. More...
 
- Protected Attributes inherited from EventManager
EventQueueeventq
 A pointer to this object's event queue. More...
 

Friends

class SMMUProcess
 
class SMMUTranslationProcess
 
class SMMUCommandExecProcess
 
class SMMUv3SlaveInterface
 

Additional Inherited Members

- Public Types inherited from ClockedObject
typedef ClockedObjectParams Params
 Parameters of ClockedObject. More...
 
- Public Types inherited from SimObject
typedef SimObjectParams Params
 
- Static Public Member Functions inherited from SimObject
static void serializeAll (CheckpointOut &cp)
 Serialize all SimObjects in the system. More...
 
static SimObjectfind (const char *name)
 Find the SimObject with the given name and return a pointer to it. More...
 
- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Get the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 
- Static Public Attributes inherited from Serializable
static int ckptCount = 0
 
static int ckptMaxCount = 0
 
static int ckptPrevCount = -1
 

Detailed Description

Definition at line 83 of file smmu_v3.hh.

Constructor & Destructor Documentation

◆ SMMUv3()

SMMUv3::SMMUv3 ( SMMUv3Params *  p)

◆ ~SMMUv3()

virtual SMMUv3::~SMMUv3 ( )
inlinevirtual

Member Function Documentation

◆ drain()

DrainState SMMUv3::drain ( )
overridevirtual

Notify an object that it needs to drain its state.

If the object does not need further simulation to drain internal buffers, it returns DrainState::Drained and automatically switches to the Drained state. If the object needs more simulation, it returns DrainState::Draining and automatically enters the Draining state. Other return values are invalid.

Note
An object that has entered the Drained state can be disturbed by other objects in the system and consequently stop being drained. These perturbations are not visible in the drain state. The simulator therefore repeats the draining process until all objects return DrainState::Drained on the first call to drain().
Returns
DrainState::Drained if the object is drained at this point in time, DrainState::Draining if it needs further simulation.

Implements Drainable.

Definition at line 792 of file smmu_v3.cc.

References commandExecutor, Drained, Draining, and SMMUCommandExecProcess::isBusy().

Referenced by ~SMMUv3().

◆ getPageTableOps()

const PageTableOps * SMMUv3::getPageTableOps ( uint8_t  trans_granule)
protected

◆ getPort()

Port & SMMUv3::getPort ( const std::string &  if_name,
PortID  idx = InvalidPortID 
)
overridevirtual

Get a port with a given name and index.

This is used at binding time and returns a reference to a protocol-agnostic port.

Parameters
if_namePort name
idxIndex in the case of a VectorPort
Returns
A reference to the given port

Reimplemented from SimObject.

Definition at line 818 of file smmu_v3.cc.

References controlPort, SimObject::getPort(), masterPort, masterTableWalkPort, and SMMUv3().

Referenced by ~SMMUv3().

◆ init()

void SMMUv3::init ( )
overridevirtual

init() is called after all C++ SimObjects have been created and all ports are connected.

Initializations that are independent of unserialization but rely on a fully instantiated and connected SimObject graph should be done here.

Reimplemented from SimObject.

Definition at line 719 of file smmu_v3.cc.

References controlPort, fatal, Port::isConnected(), masterPort, masterTableWalkPort, SlavePort::sendRangeChange(), slaveInterfaces, and tableWalkPortEnable.

Referenced by ~SMMUv3().

◆ inSecureBlock()

bool SMMUv3::inSecureBlock ( uint32_t  offs) const
protected

Definition at line 710 of file smmu_v3.cc.

References SMMU_SECURE_SZ.

Referenced by readControl(), and writeControl().

◆ masterRecvReqRetry()

void SMMUv3::masterRecvReqRetry ( )

◆ masterRecvTimingResp()

bool SMMUv3::masterRecvTimingResp ( PacketPtr  pkt)

◆ masterTableWalkRecvReqRetry()

void SMMUv3::masterTableWalkRecvReqRetry ( )

◆ masterTableWalkRecvTimingResp()

bool SMMUv3::masterTableWalkRecvTimingResp ( PacketPtr  pkt)

◆ processCommand()

void SMMUv3::processCommand ( const SMMUCommand cmd)
protected

◆ processCommands()

void SMMUv3::processCommands ( )
protected

◆ readControl()

Tick SMMUv3::readControl ( PacketPtr  pkt)

◆ regStats()

void SMMUv3::regStats ( )
overridevirtual

Callback to set stat parameters.

This callback is typically used for complex stats (e.g., distributions) that need parameters in addition to a name and a description. Stat names and descriptions should typically be set from the constructor usingo from the constructor using the ADD_STAT macro.

Reimplemented from Stats::Group.

Definition at line 740 of file smmu_v3.cc.

References cdFetches, cdL1Fetches, configCache, csprintf(), Stats::DataWrap< Derived, InfoProxyType >::desc(), Stats::DataWrap< Derived, InfoProxyType >::flags(), ArmISA::i, Stats::Distribution::init(), ipaCache, SimObject::name(), Stats::DataWrap< Derived, InfoProxyType >::name(), Stats::pdf, ptwTimeDist, SMMUv3BaseCache::regStats(), Stats::Group::regStats(), WalkCache::regStats(), slaveInterfaces, steFetches, steL1Fetches, tlb, translationTimeDist, and walkCache.

Referenced by ~SMMUv3().

◆ runProcess()

SMMUAction SMMUv3::runProcess ( SMMUProcess proc,
PacketPtr  pkt 
)
protected

◆ runProcessAtomic()

SMMUAction SMMUv3::runProcessAtomic ( SMMUProcess proc,
PacketPtr  pkt 
)
protected

◆ runProcessTiming()

SMMUAction SMMUv3::runProcessTiming ( SMMUProcess proc,
PacketPtr  pkt 
)
protected

◆ scheduleSlaveRetries()

void SMMUv3::scheduleSlaveRetries ( )
protected

◆ serialize()

void SMMUv3::serialize ( CheckpointOut cp) const
overridevirtual

Serialize an object.

Output an object's state into the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 802 of file smmu_v3.cc.

References SMMURegs::data, DPRINTF, regs, and SERIALIZE_ARRAY.

Referenced by ~SMMUv3().

◆ slaveRecvAtomic()

Tick SMMUv3::slaveRecvAtomic ( PacketPtr  pkt,
PortID  id 
)

Referenced by ~SMMUv3().

◆ slaveRecvTimingReq()

bool SMMUv3::slaveRecvTimingReq ( PacketPtr  pkt,
PortID  id 
)

Referenced by ~SMMUv3().

◆ unserialize()

void SMMUv3::unserialize ( CheckpointIn cp)
overridevirtual

Unserialize an object.

Read an object's state from the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 810 of file smmu_v3.cc.

References SMMURegs::data, DPRINTF, regs, and UNSERIALIZE_ARRAY.

Referenced by ~SMMUv3().

◆ writeControl()

Tick SMMUv3::writeControl ( PacketPtr  pkt)

Friends And Related Function Documentation

◆ SMMUCommandExecProcess

friend class SMMUCommandExecProcess
friend

Definition at line 89 of file smmu_v3.hh.

◆ SMMUProcess

friend class SMMUProcess
friend

Definition at line 87 of file smmu_v3.hh.

◆ SMMUTranslationProcess

friend class SMMUTranslationProcess
friend

Definition at line 88 of file smmu_v3.hh.

◆ SMMUv3SlaveInterface

friend class SMMUv3SlaveInterface
friend

Definition at line 90 of file smmu_v3.hh.

Member Data Documentation

◆ cdFetches

Stats::Scalar SMMUv3::cdFetches
protected

Definition at line 139 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::doReadCD(), and regStats().

◆ cdL1Fetches

Stats::Scalar SMMUv3::cdL1Fetches
protected

Definition at line 138 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::doReadCD(), and regStats().

◆ commandExecutor

SMMUCommandExecProcess SMMUv3::commandExecutor
protected

Definition at line 145 of file smmu_v3.hh.

Referenced by drain(), processCommands(), and SMMUv3().

◆ configCache

ConfigCache SMMUv3::configCache
protected

◆ configCacheEnable

const bool SMMUv3::configCacheEnable
protected

◆ configLat

const Cycles SMMUv3::configLat
protected

Definition at line 131 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::configCacheLookup(), and SMMUv3().

◆ configSem

SMMUSemaphore SMMUv3::configSem
protected

◆ controlPort

SMMUControlPort SMMUv3::controlPort
protected

Definition at line 97 of file smmu_v3.hh.

Referenced by getPort(), and init().

◆ cycleSem

SMMUSemaphore SMMUv3::cycleSem
protected

◆ ifcSmmuLat

const Cycles SMMUv3::ifcSmmuLat
protected

Definition at line 129 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ ifcSmmuSem

SMMUSemaphore SMMUv3::ifcSmmuSem
protected

Definition at line 116 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ ipaCache

IPACache SMMUv3::ipaCache
protected

Definition at line 101 of file smmu_v3.hh.

Referenced by processCommand(), regStats(), and SMMUTranslationProcess::translateStage2().

◆ ipaCacheEnable

const bool SMMUv3::ipaCacheEnable
protected

Definition at line 106 of file smmu_v3.hh.

Referenced by SMMUv3(), and SMMUTranslationProcess::translateStage2().

◆ ipaLat

const Cycles SMMUv3::ipaLat
protected

Definition at line 132 of file smmu_v3.hh.

Referenced by SMMUv3(), and SMMUTranslationProcess::translateStage2().

◆ ipaSem

SMMUSemaphore SMMUv3::ipaSem
protected

Definition at line 119 of file smmu_v3.hh.

Referenced by SMMUv3(), and SMMUTranslationProcess::translateStage2().

◆ masterId

const MasterID SMMUv3::masterId
protected

Definition at line 93 of file smmu_v3.hh.

Referenced by SMMUProcess::doRead(), and SMMUProcess::doWrite().

◆ masterPort

SMMUMasterPort SMMUv3::masterPort
protected

Definition at line 95 of file smmu_v3.hh.

Referenced by getPort(), init(), masterRecvReqRetry(), runProcessAtomic(), and runProcessTiming().

◆ masterPortSem

SMMUSemaphore SMMUv3::masterPortSem
protected

◆ masterPortWidth

const unsigned SMMUv3::masterPortWidth
protected

◆ masterTableWalkPort

SMMUMasterTableWalkPort SMMUv3::masterTableWalkPort
protected

◆ packetsTableWalkToRetry

std::queue<SMMUAction> SMMUv3::packetsTableWalkToRetry
protected

Definition at line 153 of file smmu_v3.hh.

Referenced by masterTableWalkRecvReqRetry(), and runProcessTiming().

◆ packetsToRetry

std::queue<SMMUAction> SMMUv3::packetsToRetry
protected

Definition at line 152 of file smmu_v3.hh.

Referenced by masterRecvReqRetry(), and runProcessTiming().

◆ processCommandsEvent

EventWrapper<SMMUv3, &SMMUv3::processCommands> SMMUv3::processCommandsEvent
protected

Definition at line 163 of file smmu_v3.hh.

Referenced by SMMUv3(), and writeControl().

◆ ptwSem

SMMUSemaphore SMMUv3::ptwSem
protected

Definition at line 124 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ ptwTimeDist

Stats::Distribution SMMUv3::ptwTimeDist
protected

Definition at line 141 of file smmu_v3.hh.

Referenced by regStats(), and SMMUTranslationProcess::smmuTranslation().

◆ regs

SMMURegs SMMUv3::regs
protected

◆ regsMap

const AddrRange SMMUv3::regsMap
protected

Definition at line 147 of file smmu_v3.hh.

Referenced by readControl(), SMMUv3(), and writeControl().

◆ slaveInterfaces

std::vector<SMMUv3SlaveInterface *> SMMUv3::slaveInterfaces
protected

Definition at line 143 of file smmu_v3.hh.

Referenced by init(), processCommand(), regStats(), scheduleSlaveRetries(), and SMMUv3().

◆ smmuIfcLat

const Cycles SMMUv3::smmuIfcLat
protected

Definition at line 130 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ smmuIfcSem

SMMUSemaphore SMMUv3::smmuIfcSem
protected

Definition at line 117 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ steFetches

Stats::Scalar SMMUv3::steFetches
protected

Definition at line 137 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::doReadSTE(), and regStats().

◆ steL1Fetches

Stats::Scalar SMMUv3::steL1Fetches
protected

Definition at line 136 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::doReadSTE(), and regStats().

◆ system

const System& SMMUv3::system
protected

◆ tableWalkPortEnable

bool SMMUv3::tableWalkPortEnable
protected

◆ tlb

ARMArchTLB SMMUv3::tlb
protected

◆ tlbEnable

const bool SMMUv3::tlbEnable
protected

◆ tlbLat

const Cycles SMMUv3::tlbLat
protected

Definition at line 128 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTLBLookup(), and SMMUv3().

◆ tlbSem

SMMUSemaphore SMMUv3::tlbSem
protected

◆ translationTimeDist

Stats::Distribution SMMUv3::translationTimeDist
protected

Definition at line 140 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::completeTransaction(), and regStats().

◆ transSem

SMMUSemaphore SMMUv3::transSem
protected

Definition at line 123 of file smmu_v3.hh.

Referenced by SMMUTranslationProcess::smmuTranslation(), and SMMUv3().

◆ walkCache

WalkCache SMMUv3::walkCache
protected

◆ walkCacheEnable

const bool SMMUv3::walkCacheEnable
protected

◆ walkCacheNonfinalEnable

const bool SMMUv3::walkCacheNonfinalEnable
protected

◆ walkCacheS1Levels

const unsigned SMMUv3::walkCacheS1Levels
protected

◆ walkCacheS2Levels

const unsigned SMMUv3::walkCacheS2Levels
protected

◆ walkLat

const Cycles SMMUv3::walkLat
protected

Definition at line 133 of file smmu_v3.hh.

Referenced by SMMUv3(), and SMMUTranslationProcess::walkCacheLookup().

◆ walkSem

SMMUSemaphore SMMUv3::walkSem
protected

The documentation for this class was generated from the following files:

Generated on Fri Feb 28 2020 16:27:16 for gem5 by doxygen 1.8.13