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

RegUpdate and RegReset? #724

Open
cornytrace opened this issue Aug 15, 2016 · 3 comments
Open

RegUpdate and RegReset? #724

cornytrace opened this issue Aug 15, 2016 · 3 comments

Comments

@cornytrace
Copy link

These functions are used in the tutorial and manual, but are not explained. A google search has also revealed nothing. Can someone explain what they do, and perhaps add this information to the manual?

@da-steve101
Copy link
Contributor

I can't find them in the chisel source or tutorial source. You sure you don't mean RegNext and RegInit?
RegNext( x ) creates a register directly after x. RegInit( x ) will reset to the value of x and other behaviour must be further defined.

@cornytrace
Copy link
Author

Look here: https://chisel.eecs.berkeley.edu/2.2.0/manual.html
Sections 7 and 8 use RegUpdate and RegReset

@da-steve101
Copy link
Contributor

Ok sure. That is really out of date. Changed around 3 yrs ago see commit 7913483
Essentially RegReset has been renamed to RegInit and RegUpdate has been renamed RegNext

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

No branches or pull requests

2 participants