projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a2154
)
Remove unused variable
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 17:37:40 +0000
(19:37 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 17:37:40 +0000
(19:37 +0200)
gram/frontend/wishbone.py
patch
|
blob
|
history
diff --git
a/gram/frontend/wishbone.py
b/gram/frontend/wishbone.py
index 8ac86a036356a35de31ca6ae1f3a3c911531221b..64de8c71ca93412a11ec1a214f2041b369c2c2e0 100644
(file)
--- 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 += [