Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[delta_counter] Attach reset properly to overflow FF
In the previous version of the code, the flip-flop was described non-idiomatically, using a ternary operator to implement the asynchronous reset. Some synthesis tools do not properly interpret this as a reset, resulting in gates being inserted on the reset network, which is undesirable.
- Loading branch information