2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

rtio/dma: fix previous commit

This commit is contained in:
Sebastien Bourdeauducq 2020-07-12 10:14:22 +08:00
parent f2e0d27334
commit 4340a5cfc1

View File

@ -12,7 +12,7 @@ def _reverse_bytes(s, g):
class WishboneReader(Module):
def __init__(self):
def __init__(self, bus):
self.bus = bus
aw = len(bus.adr)