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] Enable Wire Elimination #7073

Merged
merged 18 commits into from
Jun 5, 2024
Merged

Conversation

darthscsi
Copy link
Contributor

@darthscsi darthscsi commented May 21, 2024

Activate the wire elimination pass in the firtool pipeline.

darthscsi added 11 commits May 21, 2024 08:52
This converts wires into nodes when there is one write to the wire and it dominates the reads.  By converting to nodes, this pass does not have to worry about symbols, references, or annotations.  Those are just copied to the node.
… nodes.

Nodes and wires should have no semantic differences.
Copy link
Contributor

@fabianschuiki fabianschuiki left a comment

Choose a reason for hiding this comment

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

LGTM!

@darthscsi darthscsi merged commit f5a0969 into main Jun 5, 2024
4 checks passed
@darthscsi darthscsi deleted the dev/darthsci/enableWireElim branch June 5, 2024 23:20
jackkoenig added a commit that referenced this pull request Jul 11, 2024
jackkoenig added a commit that referenced this pull request Jul 12, 2024
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