From: Luke Kenneth Casson Leighton Date: Fri, 10 Apr 2020 14:59:44 +0000 (+0100) Subject: add 2nd add instruction to see what happens (success) X-Git-Tag: div_pipeline~1435^2~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e1d3c26281a96dcbc0e823fcf16335819a73016;p=soc.git add 2nd add instruction to see what happens (success) --- diff --git a/src/soc/experiment/score6600.py b/src/soc/experiment/score6600.py index b3df9acb..67fd685a 100644 --- a/src/soc/experiment/score6600.py +++ b/src/soc/experiment/score6600.py @@ -1107,6 +1107,8 @@ def scoreboard_sim(dut, alusim): if True: instrs.append((2, 3, 3, InternalOp.OP_ADD, Function.ALU, 0, 0, (0, 0))) + instrs.append((5, 3, 3, InternalOp.OP_ADD, Function.ALU, + 0, 0, (0, 0))) if False: instrs.append((2, 3, 3, 0, 0, 0, (0, 0)))