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 (#228)
* [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. * Update delta_counter.sv Make the linter happy
- Loading branch information