sort out address match global nomatch signal
[soc.git] / src / experiment / score6600.py
index 8a4efae92003432cbba23848c71376319b7a58d4..2d668578e5e2ca210530159e3494a6f30ae3c6fe 100644 (file)
@@ -1146,7 +1146,7 @@ def scoreboard_sim(dut, alusim):
             instrs = create_random_ops(dut, 15, True, 4)
 
         if True: # LD/ST test (with immediate)
-            instrs.append( (1, 2, 2, 0x30, 1, 1, (0, 0)) )
+            instrs.append( (1, 2, 0, 0x20, 1, 1, (0, 0)) )
             #instrs.append( (1, 2, 7, 0x10, 1, 1, (0, 0)) )
 
         if False: