hmmm i think LD/ST Comp Unit might actually be working...
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 May 2020 20:45:42 +0000 (21:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 May 2020 20:45:50 +0000 (21:45 +0100)
src/soc/experiment/compldst_multi.py

index 4a9896243ef0ff5989710f17bd2dbf24a3af9ecf..b4bc738be05a54038c48291d528490f7b0c57ab6 100644 (file)
@@ -581,7 +581,7 @@ 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 == 0x0009, "returned %x" % data
+    assert data == 0x0003, "returned %x" % data
     data = yield from load(dut, 2, 0, 2)
     assert data == 0x0009
     yield