testing LD without ST
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 May 2020 18:34:56 +0000 (19:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 May 2020 18:36:01 +0000 (19:36 +0100)
src/soc/experiment/compldst_multi.py

index 24f8e45ea09875c265733ae0131f7e597ec00a06..1dd9b9ee7fe828d0540534d4f9445f4032d2df6d 100644 (file)
@@ -604,9 +604,9 @@ def scoreboard_sim(dut):
     #yield
     # two LDs (deliberately LD from the 1st address then 2nd)
     data = yield from load(dut, 4, 0, 2)
-    assert data == 0x0003
-    data = yield from load(dut, 2, 0, 2)
-    assert data == 0x0009
+    assert data == 0x0004, "returned %x" % data
+    #data = yield from load(dut, 2, 0, 2)
+    #assert data == 0x0009
     yield
 
     # now do an add