From: Luke Kenneth Casson Leighton Date: Thu, 7 May 2020 18:34:56 +0000 (+0100) Subject: testing LD without ST X-Git-Tag: div_pipeline~1354 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=093732ec469ef552dc27a53f619e30be28c31062;p=soc.git testing LD without ST --- diff --git a/src/soc/experiment/compldst_multi.py b/src/soc/experiment/compldst_multi.py index 24f8e45e..1dd9b9ee 100644 --- a/src/soc/experiment/compldst_multi.py +++ b/src/soc/experiment/compldst_multi.py @@ -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