mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
rtio: fix counter readback
This commit is contained in:
parent
aa00627c0e
commit
ffefdb9269
@ -400,4 +400,4 @@ class Core(Module):
|
||||
self.cri.i_status.eq(Array(i_statuses)[sel])
|
||||
]
|
||||
|
||||
self.cri.counter.eq(self.counter.value_sys << fine_ts_width)
|
||||
self.comb += self.cri.counter.eq(self.counter.value_sys << fine_ts_width)
|
||||
|
Loading…
Reference in New Issue
Block a user