mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/interconnect/axi: remove dead code (thanks gsomlo)
This commit is contained in:
parent
b682dacdd7
commit
552b0243b3
1 changed files with 0 additions and 2 deletions
|
@ -78,8 +78,6 @@ class AXI2Wishbone(Module):
|
||||||
NextState("DO-WRITE")
|
NextState("DO-WRITE")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
axi_ar_addr = Signal(32)
|
|
||||||
self.comb += axi_ar_addr.eq(axi.ar.addr - base_address)
|
|
||||||
fsm.act("DO-READ",
|
fsm.act("DO-READ",
|
||||||
wishbone.stb.eq(1),
|
wishbone.stb.eq(1),
|
||||||
wishbone.cyc.eq(1),
|
wishbone.cyc.eq(1),
|
||||||
|
|
Loading…
Reference in a new issue