projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0621a0
)
last mmu get seems ok
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 13 Sep 2020 17:42:36 +0000
(18:42 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 13 Sep 2020 17:42:36 +0000
(18:42 +0100)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index a9047169c71b674c4590a7107fd53b71ba4143c0..6e2ed7dd7904352615eb5e4a3aeeb47a004c3499 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-529,6
+529,11
@@
def dcache_get(dut):
# V = 1 L = 0 NLB = 0x400 NLS = 9
b(0x8000000000040009),
+ 0x40000: # RADIX_SECOND_LEVEL
+ # V = 1 L = 1 SW = 0 RPN = 0
+ # R = 1 C = 1 ATT = 0 EAA 0x7
+ b(0xc000000000000187),
+
0x1000000: # PROCESS_TABLE_3
# RTS1 = 0x2 RPDB = 0x300 RTS2 = 0x5 RPDS = 13
b(0x40000000000300ad),