gem5  v22.1.0.0
Public Attributes | List of all members
gem5::TraceCPU::ElasticDataGen::ReadyNode Struct Reference

Struct to store a ready-to-execute node and its execution tick. More...

Public Attributes

NodeSeqNum seqNum
 The sequence number of the ready node. More...
 
Tick execTick
 The tick at which the ready node must be executed. More...
 

Detailed Description

Struct to store a ready-to-execute node and its execution tick.

Definition at line 647 of file trace_cpu.hh.

Member Data Documentation

◆ execTick

Tick gem5::TraceCPU::ElasticDataGen::ReadyNode::execTick

The tick at which the ready node must be executed.

Definition at line 653 of file trace_cpu.hh.

Referenced by gem5::TraceCPU::ElasticDataGen::addToSortedReadyList().

◆ seqNum

NodeSeqNum gem5::TraceCPU::ElasticDataGen::ReadyNode::seqNum

The sequence number of the ready node.

Definition at line 650 of file trace_cpu.hh.

Referenced by gem5::TraceCPU::ElasticDataGen::addToSortedReadyList().


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

Generated on Wed Dec 21 2022 10:23:15 for gem5 by doxygen 1.9.1