From: Cole Poirier Date: Sat, 29 Aug 2020 22:06:01 +0000 (-0700) Subject: mmu.py remove duplicate comment left over from mmu.vhdl X-Git-Tag: semi_working_ecp5~231 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec1712670918cac8a1c3795633212b19004ac0c4;p=soc.git mmu.py remove duplicate comment left over from mmu.vhdl --- diff --git a/src/soc/experiment/mmu.py b/src/soc/experiment/mmu.py index 6af299aa..de1c8c85 100644 --- 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):