Remove unused variable
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 17:37:40 +0000 (19:37 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 17:37:40 +0000 (19:37 +0200)
gram/frontend/wishbone.py

index 8ac86a036356a35de31ca6ae1f3a3c911531221b..64de8c71ca93412a11ec1a214f2041b369c2c2e0 100644 (file)
@@ -60,8 +60,6 @@ class gramWishbone(Peripheral, Elaboratable):
                 with m.Case(i):
                     m.d.comb += self.bus.dat_r.eq(self._port.rdata.data >> (32*i))
 
-        adr_offset = 0
-
         with m.FSM():
             with m.State("Send-Cmd"):
                 m.d.comb += [