From: Tobias Platen Date: Fri, 18 Jun 2021 18:09:54 +0000 (+0200) Subject: uncomment test_dcache_random X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bfce2b91187dda7c9a11e82b1bdb7360b8e09dd;p=soc.git uncomment test_dcache_random --- diff --git a/src/soc/experiment/test/test_ldst_pi.py b/src/soc/experiment/test/test_ldst_pi.py index 44ba0416..5f6b19f2 100644 --- a/src/soc/experiment/test/test_ldst_pi.py +++ b/src/soc/experiment/test/test_ldst_pi.py @@ -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