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] Error if asked to add a port to a public module. #6936

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

dtzSiFive
Copy link
Contributor

Add option to allow this for compatibility.

Add statistic to count ports added to public modules, as an interesting bit of information but particularly to track how many are still being added when updating a code base to avoid this.

Copy link
Member

@seldridge seldridge left a comment

Choose a reason for hiding this comment

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

LGTM

This needs to update the C-API for Firtool.h. After that is fixed, this is good to land.

CC: @sequencer as this likely affects bindings.

lib/Firtool/Firtool.cpp Outdated Show resolved Hide resolved
include/circt/Dialect/FIRRTL/Passes.td Outdated Show resolved Hide resolved
Add option to allow this for compatibility.

Add statistic to count ports added to public modules,
as an interesting bit of information but particularly
to track how many are still being added when updating
a code base to avoid this.
@dtzSiFive dtzSiFive merged commit b2ae5cf into llvm:main Apr 30, 2024
4 checks passed
@dtzSiFive dtzSiFive deleted the feature/no-bore-public branch April 30, 2024 21:16
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