-
Notifications
You must be signed in to change notification settings - Fork 615
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
WireDefault instead of WireInit, keep WireInit around #986
Conversation
Related issue #959, where there's been some discussion on this |
closes #959 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to correspond with what was agreed to at the January 25, 2019 meeting
anyone with write access to Chisel3 will do the merge? |
Thanks :-)
Martin
… On 25 Jan, 2019, at 23:24, Richard Lin ***@***.***> wrote:
Merged #986 <#986> into master.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#986 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAntmCQK3tOUQeB_2aYosOk7VbUfQDhDks5vHAKTgaJpZM4aER6->.
|
This breaks rocket-chip which tries to refer to
|
#1006 is probably the actual underlying issue, we really didn't design for people importing |
Type of change: feature request
Impact: API modification
Development Phase: implementation
Release Notes
Rename WireInit to WireDefault as its semantic is not an initialization (like a register on a reset), but a default assignment for a combinational circuit.
WireInit is kept around as an alias to WireDefault.
Closes #959