projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd041f
)
uncomment test_dcache_random
author
Tobias Platen
<tplaten@posteo.de>
Fri, 18 Jun 2021 18:09:54 +0000
(20:09 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Fri, 18 Jun 2021 18:09:54 +0000
(20:09 +0200)
src/soc/experiment/test/test_ldst_pi.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/test/test_ldst_pi.py
b/src/soc/experiment/test/test_ldst_pi.py
index 44ba0416aed0ed6001a459713e32c431f62faf6c..5f6b19f23a01286b04396e370ec91a51438a677b 100644
(file)
--- 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