From: Cole Poirier Date: Mon, 10 Aug 2020 17:42:21 +0000 (-0700) Subject: Fix typo mmu.py X-Git-Tag: semi_working_ecp5~407 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56da89b26ad2ff3778c014b9e2b0abb532fa79c9;p=soc.git Fix typo mmu.py --- diff --git a/src/soc/experiment/mmu.py b/src/soc/experiment/mmu.py index 26818da5..6a809636 100644 --- a/src/soc/experiment/mmu.py +++ b/src/soc/experiment/mmu.py @@ -43,7 +43,7 @@ class State(Enum): RADIX_LOOKUP = 6 RADIX_READ_WAIT = 7 RADIX_LOAD_TLB = 8 - RADIX_FINIS = 9 + RADIX_FINISH = 9 # type reg_stage_t is record # -- latched request from loadstore1