Skip to content

Commit

Permalink
rtio: fix DMA get_csrs
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 5, 2016
1 parent eb8d630 commit c413d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/rtio/dma.py
Original file line number Diff line number Diff line change
@@ -376,6 +376,6 @@ def __init__(self, membus):
)

def get_csrs(self):
return ([self.enable, self.busy] +
return ([self.enable] +
self.dma.get_csrs() + self.time_offset.get_csrs() +
self.cri_master.get_csrs())

0 comments on commit c413d95

Please sign in to comment.