Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[delta_counter] Attach reset properly to overflow FF #228

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. [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.
    FrancescoConti authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0823a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update delta_counter.sv

    Make the linter happy
    FrancescoConti authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5e445eb View commit details
    Browse the repository at this point in the history