mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-12 12:03:35 +08:00
rtio: remove ISE bug workaround
This commit is contained in:
parent
6861d28d2d
commit
b207a3cef5
@ -172,7 +172,6 @@ class RTIO(Module, AutoCSR):
|
|||||||
|
|
||||||
self._r_counter = CSRStatus(counter_width+fine_ts_width)
|
self._r_counter = CSRStatus(counter_width+fine_ts_width)
|
||||||
self._r_counter_update = CSR()
|
self._r_counter_update = CSR()
|
||||||
self._r_ise_workaround = CSRStatus(32) # FIXME: remove this
|
|
||||||
|
|
||||||
# Counter
|
# Counter
|
||||||
self.sync += \
|
self.sync += \
|
||||||
|
Loading…
Reference in New Issue
Block a user