reenable dcbz test case
authorTobias Platen <tplaten@posteo.de>
Tue, 30 Nov 2021 17:29:58 +0000 (18:29 +0100)
committerTobias Platen <tplaten@posteo.de>
Tue, 30 Nov 2021 17:29:58 +0000 (18:29 +0100)
src/soc/experiment/test/test_loadstore1.py

index 4cffab572818bbe0a0aad6b2db9d26d16698564a..11b60346670f6bd61a34d4744445b9709809c446 100644 (file)
@@ -101,7 +101,7 @@ def setup_mmu():
     return m, cmpi
 
 test_exceptions = False
-test_dcbz = False
+test_dcbz = True
 test_random = True
 
 def _test_loadstore1_invalid(dut, mem):