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

Model n-bit register #7

Open
joaopizani opened this issue Apr 4, 2015 · 2 comments
Open

Model n-bit register #7

joaopizani opened this issue Apr 4, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@joaopizani
Copy link
Owner

From @joaopizani on May 13, 2014 13:19

Design and verify an n-bit register. Can probably be done in two ways:

  • Using structural combination of 1-bit registers
  • Using a single loop, but with a (2^n)-to-1 mux

By analyzing this example, I hope to get some inside on whether there should even exist other constructors for sequential circuits (other than Delayed), whether anything else is needed.

Copied from original issue: joaopizani/piware#7

@joaopizani joaopizani self-assigned this Apr 4, 2015
@joaopizani
Copy link
Owner Author

Will need a generically-sized mux for this.

@joaopizani
Copy link
Owner Author

Reopening because the generic mux was also reopened

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

No branches or pull requests

1 participant