projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf8b6c
)
more code-comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Dec 2021 15:11:46 +0000
(15:11 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 20 Dec 2021 15:11:46 +0000
(15:11 +0000)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index 2133c8f130fbc0ec3e726393bf71a72142edb344..c70ba8c4722ef545a5a8596d3441a33fedaf3f66 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-122,6
+122,8
@@
class RegStage(RecordObject):
# there are 4 quadrants (0-3): here we only support 2 (pt0 and pt3)
# these are bits 62-63 of any given address.
# except in segment_check, bit 62 is ignored
+ # Quadrant Select can be seen in v3.0C 6.7.10 p1015 book III figure 36
+ # and is further described in 6.7.11.3 p1019
self.pgtbl0 = Signal(64)
self.pt0_valid = Signal()
self.pgtbl3 = Signal(64)