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:
parent
f2e0d27334
commit
4340a5cfc1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user