add 2nd add instruction to see what happens (success)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 10 Apr 2020 14:59:44 +0000 (15:59 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 10 Apr 2020 14:59:44 +0000 (15:59 +0100)
src/soc/experiment/score6600.py

index b3df9acbf2c3d05d6f43bbedb701f93c54a02312..67fd685a6fe9c1a613d6c54ee3b0495f0073e283 100644 (file)
@@ -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)))