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

[prci] Fix ResetSynchronizers to use AdapterNodes instead of IdentityNodes #2689

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

jerryz123
Copy link
Contributor

Identity nodes perform an initial out <> in assignment, which causes the outwards resets to receive assignments to both AsyncReset and Bool types.

Type of change: bug fix

Impact: API modification

Development Phase: implementation

…Nodes

Identity nodes perform an initial `out <> in` assignment, which causes the outwards resets to receive assignments to both `AsyncReset` and `Bool` types.
@davidbiancolin
Copy link
Contributor

davidbiancolin commented Oct 29, 2020

@jackkoenig I'm curious why reset inference can't play nice with last connect semantics. Is that discussed in the FIRRTL PR? It appears i was mistaken about exactly how this went wrong. Thanks Jerry for the fix. :)

@davidbiancolin davidbiancolin merged commit 59bd63c into chipsalliance:master Nov 9, 2020
@davidbiancolin
Copy link
Contributor

Merged on Jerry's behalf.

@jerryz123 jerryz123 deleted the patch-3 branch November 9, 2020 09:07
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.

3 participants