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] Don't fail compilation when Dedup group annotation is on EICG_wrapper #6955

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Apr 26, 2024

Currently DedupGroup is added to almost every module including EICG_wrapper. However EICG_wrapper later becomes intrinsic when a compiler option fixup-eicg-wrapper is given. This causes a compilation error since annotation is added to an intrinsic. The right fix is to use to EICG intrinsic in the first place but there are still a few things to migrate ( ExtractInstances). Since dropping DedupGroup annotation on EICG_wrapper is practically safe this PR removes the annotation with a warning.

Copy link
Contributor

@dtzSiFive dtzSiFive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@uenoku uenoku merged commit a794b8a into main Apr 26, 2024
4 checks passed
@uenoku uenoku deleted the dev/hidetou/eicg-dedup branch April 26, 2024 23:07
@uenoku
Copy link
Member Author

uenoku commented Apr 26, 2024

Thank you for the review!

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.

2 participants