uncomment test_dcache_random
authorTobias Platen <tplaten@posteo.de>
Fri, 18 Jun 2021 18:09:54 +0000 (20:09 +0200)
committerTobias Platen <tplaten@posteo.de>
Fri, 18 Jun 2021 18:09:54 +0000 (20:09 +0200)
src/soc/experiment/test/test_ldst_pi.py

index 44ba0416aed0ed6001a459713e32c431f62faf6c..5f6b19f23a01286b04396e370ec91a51438a677b 100644 (file)
@@ -517,4 +517,4 @@ if __name__ == '__main__':
     ### tests taken from src/soc/experiment/test/test_dcache.py
     test_dcache_regression()
     test_dcache_first()
-    ##test_dcache_random() #first access to memory fails - tlb miss
+    test_dcache_random() #first access to memory still fails after recent change