gem5 v24.0.0.0
|
Struct to store a ready-to-execute node and its execution tick. More...
Public Attributes | |
NodeSeqNum | seqNum |
The sequence number of the ready node. | |
Tick | execTick |
The tick at which the ready node must be executed. | |
Struct to store a ready-to-execute node and its execution tick.
Definition at line 632 of file trace_cpu.hh.
Tick gem5::TraceCPU::ElasticDataGen::ReadyNode::execTick |
The tick at which the ready node must be executed.
Definition at line 638 of file trace_cpu.hh.
Referenced by gem5::TraceCPU::ElasticDataGen::addToSortedReadyList().
NodeSeqNum gem5::TraceCPU::ElasticDataGen::ReadyNode::seqNum |
The sequence number of the ready node.
Definition at line 635 of file trace_cpu.hh.
Referenced by gem5::TraceCPU::ElasticDataGen::addToSortedReadyList().