From: Jean THOMAS Date: Mon, 27 Jul 2020 17:37:40 +0000 (+0200) Subject: Remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cac01064ed3870910bf758a971f82aeb0d08cd09;p=gram.git Remove unused variable --- diff --git a/gram/frontend/wishbone.py b/gram/frontend/wishbone.py index 8ac86a0..64de8c7 100644 --- a/gram/frontend/wishbone.py +++ b/gram/frontend/wishbone.py @@ -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 += [