From: Cole Poirier Date: Wed, 12 Aug 2020 00:10:56 +0000 (-0700) Subject: Fix typo in mmu.py X-Git-Tag: semi_working_ecp5~394 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2441c6adc201b1acb013ad65b70cc0b0b18123b;p=soc.git Fix typo in mmu.py --- diff --git a/src/soc/experiment/mmu.py b/src/soc/experiment/mmu.py index 96a60d45..cf54b7a7 100644 --- a/src/soc/experiment/mmu.py +++ b/src/soc/experiment/mmu.py @@ -800,7 +800,7 @@ class MMU1(Elaboratable): # not finalmask(30 downto 0)); comb += mbits.eq(0 & r.mask_size) comb += v.shift.eq(r.shift + (31 -12) - mbits) - # TODO need lckl to check this is correct + # TODO need lkcl to check this is correct comb += nonzero.eq(0 | Cat((~finalmask[0:31]), r.addr[31:62] ))