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

Add metadata field for names that shouldn't be inlined in the verilog code generation #884

Open
leonardt opened this issue May 1, 2020 · 0 comments

Comments

@leonardt
Copy link
Collaborator

leonardt commented May 1, 2020

We already have the logic to blacklist the inlining of certain wire names, so it should be simple to pass this information through to the backend logic. The main use case is for times when signals shouldn't be removed for various features, such as hierarchical references in verilog which refer to a signal that could be inlined, or values that are referred to in inline_verilog.

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