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

Gated counter and toggle gate #111

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Conversation

mkorbel1
Copy link
Contributor

Description & Motivation

Introduces two new components:

  • A ToggleGate which helps avoid toggles on combinational hardware when it's not necessary
  • A GatedCounter which partitions the flops into two groups and clock gates them independently as needed

Related Issue(s)

Found intel/rohd#516 during development of random tests on the GatedCounter

Testing

Lots of unit tests and random tests

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes, needs API docs and component docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant