Skip to content

Commit

Permalink
rtio: fix CRI CSRs
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 22, 2016
1 parent 9acc7d1 commit aa00627
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions artiq/gateware/rtio/cri.py
Original file line number Diff line number Diff line change
@@ -116,9 +116,3 @@ def __init__(self, cri=None):
self.o_data.we.eq(self.o_timestamp.re),
]
self.sync += If(self.counter_update.re, self.counter.status.eq(self.cri.counter))

def get_csrs(self):
return []

def get_kernel_csrs(self):
return AutoCSR.get_csrs(self)

0 comments on commit aa00627

Please sign in to comment.