comment out dcache_store from test, not the problem
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 25 Apr 2021 21:22:49 +0000 (22:22 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 25 Apr 2021 21:22:49 +0000 (22:22 +0100)
src/soc/experiment/dcache.py

index f36b0138af3a334308499f6837fe671e29a26562..8d16c8c9a301bd8de92e91a02167d06b2d64db64 100644 (file)
@@ -1804,7 +1804,7 @@ def dcache_regression_sim(dut, mem):
     print ("random testing %d 0x%x row %d data 0x%x" % (i, addr, row, data))
 
     yield from dcache_load(dut, addr)
-    yield from dcache_store(dut, addr, data)
+    #yield from dcache_store(dut, addr, data)
 
     addr = 7
     sim_data = sim_mem[addr]