From 56da89b26ad2ff3778c014b9e2b0abb532fa79c9 Mon Sep 17 00:00:00 2001 From: Cole Poirier Date: Mon, 10 Aug 2020 10:42:21 -0700 Subject: [PATCH] Fix typo mmu.py --- src/soc/experiment/mmu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2