Skip to content

Commit

Permalink
Revert Rename test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed Nov 7, 2024
1 parent 52bcafa commit 3b7e3dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
1 change: 0 additions & 1 deletion core/ROB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ namespace olympia

void ROB::retireInstructions_()
{
ILOG("Retiring")
// ROB is expecting a flush (back to itself)
if (expect_flush_)
{
Expand Down
6 changes: 2 additions & 4 deletions test/core/rename/expected_output/big_core.out.EXPECTED
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#Exe:
#SimulatorVersion:
#Repro:
#Start: Thursday Thu Nov 7 14:25:54 2024
#Elapsed: 0.007883s
#Start: Saturday Sat Oct 19 16:27:18 2024
#Elapsed: 0.002659s
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: DIViq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq1
Expand Down Expand Up @@ -71,7 +71,6 @@
{0000000003 00000003 top.execute.iq0 info} handleOperandIssueCheck_: Sending to issue queue uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.rob info} robAppended_: retire appended: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(1) PID(2) add
{0000000003 00000003 top.rob info} retireInstructions_: Retiring
{0000000003 00000003 top.rob info} retireInstructions_: num to retire: 1
{0000000003 00000003 top.rob info} retireInstructions_: set oldest: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.execute.iq0 info} sendReadyInsts_: Sending instruction uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2' to exe_pipe exe0
Expand All @@ -91,7 +90,6 @@
{0000000004 00000004 top.rob info} robAppended_: retire appended: uid:1 DISPATCHED 0 pid:2 uopid:0 'add 4,3,2'
{0000000004 00000004 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(2) PID(3) mul
{0000000004 00000004 top.execute.exe0 info} executeInst_: Executed inst: uid:0 SCHEDULED 0 pid:1 uopid:0 'add 3,1,2'
{0000000004 00000004 top.rob info} retireInstructions_: Retiring
{0000000004 00000004 top.rob info} retireInstructions_: num to retire: 2
{0000000004 00000004 top.dispatch info} dispatchInstructions_: Num to dispatch: 1
{0000000004 00000004 top.dispatch info} acceptInst: iq1: dispatching uid:2 RENAMED 0 pid:3 uopid:0 'mul 13,12,11'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#Exe:
#SimulatorVersion:
#Repro:
#Start: Thursday Thu Nov 7 14:25:56 2024
#Elapsed: 0.006857s
#Start: Saturday Sat Oct 19 16:27:18 2024
#Elapsed: 0.003002s
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: DIViq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq1
Expand Down Expand Up @@ -71,7 +71,6 @@
{0000000003 00000003 top.execute.iq0 info} handleOperandIssueCheck_: Sending to issue queue uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.rob info} robAppended_: retire appended: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(1) PID(2) add
{0000000003 00000003 top.rob info} retireInstructions_: Retiring
{0000000003 00000003 top.rob info} retireInstructions_: num to retire: 1
{0000000003 00000003 top.rob info} retireInstructions_: set oldest: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.execute.iq0 info} sendReadyInsts_: Sending instruction uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2' to exe_pipe exe0
Expand All @@ -91,7 +90,6 @@
{0000000004 00000004 top.rob info} robAppended_: retire appended: uid:1 DISPATCHED 0 pid:2 uopid:0 'add 4,3,2'
{0000000004 00000004 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(2) PID(3) mul
{0000000004 00000004 top.execute.exe0 info} executeInst_: Executed inst: uid:0 SCHEDULED 0 pid:1 uopid:0 'add 3,1,2'
{0000000004 00000004 top.rob info} retireInstructions_: Retiring
{0000000004 00000004 top.rob info} retireInstructions_: num to retire: 2
{0000000004 00000004 top.dispatch info} dispatchInstructions_: Num to dispatch: 1
{0000000004 00000004 top.dispatch info} acceptInst: iq1: dispatching uid:2 RENAMED 0 pid:3 uopid:0 'mul 13,12,11'
Expand Down
6 changes: 2 additions & 4 deletions test/core/rename/expected_output/medium_core.out.EXPECTED
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#Exe:
#SimulatorVersion:
#Repro:
#Start: Thursday Thu Nov 7 14:25:53 2024
#Elapsed: 0.007755s
#Start: Saturday Sat Oct 19 16:27:18 2024
#Elapsed: 0.002592s
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: MULiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: I2Fiq0
Expand Down Expand Up @@ -64,7 +64,6 @@
{0000000003 00000003 top.execute.iq0 info} handleOperandIssueCheck_: Sending to issue queue uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.rob info} robAppended_: retire appended: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(1) PID(2) add
{0000000003 00000003 top.rob info} retireInstructions_: Retiring
{0000000003 00000003 top.rob info} retireInstructions_: num to retire: 1
{0000000003 00000003 top.rob info} retireInstructions_: set oldest: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.execute.iq0 info} sendReadyInsts_: Sending instruction uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2' to exe_pipe exe0
Expand All @@ -84,7 +83,6 @@
{0000000004 00000004 top.rob info} robAppended_: retire appended: uid:1 DISPATCHED 0 pid:2 uopid:0 'add 4,3,2'
{0000000004 00000004 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(2) PID(3) mul
{0000000004 00000004 top.execute.exe0 info} executeInst_: Executed inst: uid:0 SCHEDULED 0 pid:1 uopid:0 'add 3,1,2'
{0000000004 00000004 top.rob info} retireInstructions_: Retiring
{0000000004 00000004 top.rob info} retireInstructions_: num to retire: 2
{0000000004 00000004 top.dispatch info} dispatchInstructions_: Num to dispatch: 1
{0000000004 00000004 top.dispatch info} acceptInst: iq0: dispatching uid:2 RENAMED 0 pid:3 uopid:0 'mul 13,12,11'
Expand Down
6 changes: 2 additions & 4 deletions test/core/rename/expected_output/small_core.out.EXPECTED
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#Exe:
#SimulatorVersion:
#Repro:
#Start: Thursday Thu Nov 7 14:25:54 2024
#Elapsed: 0.008532s
#Start: Saturday Sat Oct 19 16:27:18 2024
#Elapsed: 0.002441s
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: INTiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: MULiq0
{0000000000 00000000 top.dispatch info} Dispatch: mapping target: I2Fiq0
Expand Down Expand Up @@ -58,7 +58,6 @@
{0000000003 00000003 top.execute.iq0 info} handleOperandIssueCheck_: Sending to issue queue uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.rob info} robAppended_: retire appended: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(1) PID(2) add
{0000000003 00000003 top.rob info} retireInstructions_: Retiring
{0000000003 00000003 top.rob info} retireInstructions_: num to retire: 1
{0000000003 00000003 top.rob info} retireInstructions_: set oldest: uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2'
{0000000003 00000003 top.execute.iq0 info} sendReadyInsts_: Sending instruction uid:0 DISPATCHED 0 pid:1 uopid:0 'add 3,1,2' to exe_pipe exe0
Expand All @@ -78,7 +77,6 @@
{0000000004 00000004 top.rob info} robAppended_: retire appended: uid:1 DISPATCHED 0 pid:2 uopid:0 'add 4,3,2'
{0000000004 00000004 top.dispatch info} dispatchQueueAppended_: queue appended: 0x00000000 UID(2) PID(3) mul
{0000000004 00000004 top.execute.exe0 info} executeInst_: Executed inst: uid:0 SCHEDULED 0 pid:1 uopid:0 'add 3,1,2'
{0000000004 00000004 top.rob info} retireInstructions_: Retiring
{0000000004 00000004 top.rob info} retireInstructions_: num to retire: 2
{0000000004 00000004 top.dispatch info} dispatchInstructions_: Num to dispatch: 1
{0000000004 00000004 top.dispatch info} acceptInst: iq0: dispatching uid:2 RENAMED 0 pid:3 uopid:0 'mul 13,12,11'
Expand Down

0 comments on commit 3b7e3dd

Please sign in to comment.