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

[FIRRTL][FIRParser] Support define of non-identical refs via ref.cast. #5389

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

dtzSiFive
Copy link
Contributor

Teach emitConnect to insert ref.cast as needed.

Teach emitConnect to insert ref.cast as needed.
@dtzSiFive dtzSiFive added the FIRRTL Involving the `firrtl` dialect label Jun 13, 2023
@dtzSiFive
Copy link
Contributor Author

(ready for review, shouldn't land until the pass support PR's are in place too 👍)

@dtzSiFive dtzSiFive requested a review from youngar June 13, 2023 19:10
@dtzSiFive
Copy link
Contributor Author

This is barely touching the parser (only adds error path for nicer diagnostics), mostly just extends emitConnect to add ref.cast's when needed + parsing test for newly supported interactions.

Since the rest is in-place, moving ahead, thoughts/comments/questions welcome as always 👍 .

@dtzSiFive dtzSiFive merged commit 0540d84 into llvm:main Jun 13, 2023
5 checks passed
@dtzSiFive dtzSiFive deleted the feature/refcast-parse branch June 13, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIRRTL Involving the `firrtl` dialect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant