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

Detect Wires that don't get unioned with anything in Yosys plugin #92

Open
gussmith23 opened this issue Jul 28, 2024 · 0 comments
Open

Comments

@gussmith23
Copy link
Owner

We generate Wires for every node in the Verilog program, and in theory, each should get unioned with something. If a Wire doesn't get unioned with anything and then is deleted, we end up with an empty eclass. We should be able to detect when we haven't unioned a Wire with anything by keeping a map from created Wires to a boolean or count of unions.

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

No branches or pull requests

1 participant