We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
V2X incorrectly identifies parameterized module instances as internal cells and rejects them. This is because for each parameterized module (which is not a white/black box) Yosys creates a new module type which type name starts with $. This piece of code rejects that: https://github.com/SymbiFlow/python-symbiflow-v2x/blob/4b31933c4d5e45b1f5e41c94a62cd2245ca798d2/v2x/yosys/json.py#L63-L68
$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V2X incorrectly identifies parameterized module instances as internal cells and rejects them. This is because for each parameterized module (which is not a white/black box) Yosys creates a new module type which type name starts with
$
. This piece of code rejects that: https://github.com/SymbiFlow/python-symbiflow-v2x/blob/4b31933c4d5e45b1f5e41c94a62cd2245ca798d2/v2x/yosys/json.py#L63-L68The text was updated successfully, but these errors were encountered: