PC: {{ SimulationData.PC }}
Decoded PC: {{ SimulationData.DecodedPCs }}
Under Exception: {{ SimulationData.Exception }}
Exception PC: {{ SimulationData.ExceptionPC }}
Free List: {{ SimulationData.FreeList }}
Physical Register File
ID Value Busy Bit
{{ `p${i}` }} {{ v }} {{ SimulationData.BusyBitTable[i] }}
Architectural Register File
ID Physical ID Value
{{ `x${i}` }} {{ `p${v}` }} {{ SimulationData.PhysicalRegisterFile[v] }}
Active List
PC Done Exception Logical Dest Old Dest
{{ item.PC }} {{ item.Done }} {{ item.Exception }} {{ item.LogicalDestination }} {{ item.OldDestination }}
Integer Queue
PC Dest ID OpA Ready OpA Tag OpA Value OpB Ready OpB Tag OpB Value OpCode
{{ item.PC }} {{ item.DestRegister }} {{ item.OpAIsReady }} {{ item.OpARegTag }} {{ item.OpAValue }} {{ item.OpBIsReady }} {{ item.OpBRegTag }} {{ item.OpBValue }} {{ item.OpCode }}