Fix typo in mmu.py
authorCole Poirier <colepoirier@gmail.com>
Mon, 10 Aug 2020 17:45:49 +0000 (10:45 -0700)
committerCole Poirier <colepoirier@gmail.com>
Mon, 10 Aug 2020 17:45:49 +0000 (10:45 -0700)
src/soc/experiment/mmu.py

index 6a8096367cd4f2fe1bb893728900a9f015fe3aa5..aeda3a585ed58f09b76230bfc7f8ee8ff92c7b4b 100644 (file)
@@ -768,7 +768,7 @@ class AddrShifter(Elaboratable):
             comb += v.state.eq(State.RADIX_READ_WAIT)
 
 #       when RADIX_READ_WAIT =>
-        with m.Case(State.RADIX_READ_WAIT)
+        with m.Case(State.RADIX_READ_WAIT):
 #           if d_in.done = '1' then
             with m.If(d_in.done == 1):
 #               v.pde := data;