gem5  v20.1.0.0
Public Member Functions | List of all members
ElasticTrace::InstExecInfo Struct Reference

Public Member Functions

 InstExecInfo ()
 Constructor. More...
 

Public Attributes

Tick executeTick
 Timestamp when instruction was first processed by execute stage. More...
 
Tick toCommitTick
 Timestamp when instruction execution is completed in execute stage and instruction is marked as ready to commit. More...
 
std::set< InstSeqNumphysRegDepSet
 Set of instruction sequence numbers that this instruction depends on due to Read After Write data dependency based on physical register. More...
 

Detailed Description

Definition at line 193 of file elastic_trace.hh.

Constructor & Destructor Documentation

◆ InstExecInfo()

ElasticTrace::InstExecInfo::InstExecInfo ( )
inline

Constructor.

Definition at line 214 of file elastic_trace.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17