Skip to content

Commit aa00627

Browse files
committedNov 22, 2016
rtio: fix CRI CSRs
1 parent 9acc7d1 commit aa00627

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎artiq/gateware/rtio/cri.py

-6
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,3 @@ def __init__(self, cri=None):
116116
self.o_data.we.eq(self.o_timestamp.re),
117117
]
118118
self.sync += If(self.counter_update.re, self.counter.status.eq(self.cri.counter))
119-
120-
def get_csrs(self):
121-
return []
122-
123-
def get_kernel_csrs(self):
124-
return AutoCSR.get_csrs(self)

0 commit comments

Comments
 (0)
Please sign in to comment.