Skip to content

Commit

Permalink
rtio: fix counter readback
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 22, 2016
1 parent aa00627 commit ffefdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/rtio/core.py
Original file line number Diff line number Diff line change
@@ -400,4 +400,4 @@ def __init__(self, channels, full_ts_width=63, guard_io_cycles=20):
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)

0 comments on commit ffefdb9

Please sign in to comment.