improve debug output in mmu.py
authorTobias Platen <tplaten@posteo.de>
Wed, 24 Nov 2021 18:30:25 +0000 (19:30 +0100)
committerTobias Platen <tplaten@posteo.de>
Wed, 24 Nov 2021 18:30:25 +0000 (19:30 +0100)
src/soc/experiment/mmu.py

index 8e63bdec4a580971c4dd8a6272b17b687f6e1b0c..966bbad887770f666dfbcdb01a48ae817efa1a79 100644 (file)
@@ -315,7 +315,7 @@ class MMU(Elaboratable):
             sync += Display("MMU completing op without error")
 
         with m.If(l_out.err):
-            sync += Display("MMU completing op with err invalid"
+            sync += Display("MMU completing op with err invalid="
                             "%d badtree=%d", l_out.invalid, l_out.badtree)
 
         with m.If(rin.state == State.RADIX_LOOKUP):