projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d39050
)
mmu.py remove duplicate comment left over from mmu.vhdl
author
Cole Poirier
<colepoirier@gmail.com>
Sat, 29 Aug 2020 22:06:01 +0000
(15:06 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Sat, 29 Aug 2020 22:06:01 +0000
(15:06 -0700)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index 6af299aab9149273c0e029232a644d9031e55871..de1c8c85729e8540db5e4b2f8236bf3499ae7274 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-18,10
+18,6
@@
from soc.experiment.mem_types import (LoadStore1ToMmuType,
DcacheToMmuType,
MmuToIcacheType)
-# -- Radix MMU
-# -- Supports 4-level trees as in arch 3.0B, but not the
-# -- two-step translation
-# -- for guests under a hypervisor (i.e. there is no gRA -> hRA translation).
@unique
class State(Enum):