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

[Pipeline] Add per-register clock gating #5489

Merged
merged 3 commits into from
Jul 3, 2023

Commits on Jun 30, 2023

  1. [Pipeline] Add per-register clock gating

    Also changes to that the `clock-gate-regs` options actually implements clock gates instead of a `seq.comp_reg.ce` operation. To cover all cases, i think there needs to be three kinds of gating implementations - clock gate, clock enable (`seq.compreg.ce`) and input muxing. The first and last are what we have now.
    mortbopet committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    06a86cf View commit details
    Browse the repository at this point in the history
  2. tidy

    mortbopet committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c36fca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1448c2 View commit details
    Browse the repository at this point in the history