From: Luke Kenneth Casson Leighton Date: Fri, 8 May 2020 20:45:42 +0000 (+0100) Subject: hmmm i think LD/ST Comp Unit might actually be working... X-Git-Tag: div_pipeline~1330 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de754579b1e7afdf0b63e40648f1b66aa0d08471;p=soc.git hmmm i think LD/ST Comp Unit might actually be working... --- diff --git a/src/soc/experiment/compldst_multi.py b/src/soc/experiment/compldst_multi.py index 4a989624..b4bc738b 100644 --- a/src/soc/experiment/compldst_multi.py +++ b/src/soc/experiment/compldst_multi.py @@ -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