mmu.py fix formatting 80 char limit
authorCole Poirier <colepoirier@gmail.com>
Sun, 16 Aug 2020 18:07:02 +0000 (11:07 -0700)
committerCole Poirier <colepoirier@gmail.com>
Sun, 16 Aug 2020 18:07:02 +0000 (11:07 -0700)
src/soc/experiment/mmu.py

index 1daf26fa871afaa381ee04e84647e3b4e8e442d2..cdeb7f486f4bbcc34045b77977f06e41b311452a 100644 (file)
@@ -200,7 +200,10 @@ class MMU(Elaboratable):
                 comb += perm_ok.eq(0)
                 with m.If(r.priv | ~data[3]):
                     with m.If(~r.iside):
-                        comb += perm_ok.eq((data[1] | data[2]) & (~r.store))
+                        comb += perm_ok.eq(
+                                 (data[1] | data[2])
+                                 & (~r.store)
+                                )
                     with m.Else():
                         # no IAMR, so no KUEP support
                         # for now deny execute