gem5
v20.1.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. More... | |
Tick | execTick |
The tick at which the ready node must be executed. More... | |
Struct to store a ready-to-execute node and its execution tick.
Definition at line 683 of file trace_cpu.hh.
Tick TraceCPU::ElasticDataGen::ReadyNode::execTick |
The tick at which the ready node must be executed.
Definition at line 689 of file trace_cpu.hh.
Referenced by TraceCPU::ElasticDataGen::addToSortedReadyList().
NodeSeqNum TraceCPU::ElasticDataGen::ReadyNode::seqNum |
The sequence number of the ready node.
Definition at line 686 of file trace_cpu.hh.
Referenced by TraceCPU::ElasticDataGen::addToSortedReadyList().