rtio: remove ISE bug workaround

This commit is contained in:
Sebastien Bourdeauducq 2014-09-12 16:15:32 +08:00
parent 6861d28d2d
commit b207a3cef5
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ class RTIO(Module, AutoCSR):
self._r_counter = CSRStatus(counter_width+fine_ts_width)
self._r_counter_update = CSR()
self._r_ise_workaround = CSRStatus(32) # FIXME: remove this
# Counter
self.sync += \