Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dma_asmi: cleanup
  • Loading branch information
Sebastien Bourdeauducq committed May 8, 2013
1 parent b9b6df6 commit 10212e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migen/actorlib/dma_asmi.py
Expand Up @@ -147,7 +147,6 @@ def __init__(self, port):
busy = 0
for i in range(len(port.slots)):
write_slot = _WriteSlot(port, self.address_data.payload.d, i)
#write_slot = _WriteSlot(port, 0x12345678abad1deacafebabedeadbeef, i)
self.submodules += write_slot
busy = busy | write_slot.busy
self.comb += self.busy.eq(busy)
Expand Down

0 comments on commit 10212e8

Please sign in to comment.