-
Notifications
You must be signed in to change notification settings - Fork 57
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
Support constraints on interior signals in nextpnr #88
Labels
Milestone
Comments
whitequark
added a commit
that referenced
this issue
Sep 11, 2019
Currently only done for Synopsys based toolchains (i.e. not nextpnr). Refs #88.
Since 8c30147, constraints on interior signals are supported if the toolchain supports them. |
whitequark
changed the title
Signal names are not translated for constraints, etc.
Support constraints on interior signals in nextpnr
Sep 11, 2019
This should be fixed in YosysHQ/nextpnr#329, but needs some adjustments to |
cc @dlharmon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is technically a bug in all cases, but it is not actually visible in most circumstances, as the signals that appear in constraint files are always ports, ports are assigned names first, and port names are never duplicates when returned by the platform layer. However, it would break most attempts to add interior frequency constraints, like for PLL output.
A complication is that it is currently not possible to reliably add constraints on interior signals in nextpnr (and even ports became reliable only after #71).
The text was updated successfully, but these errors were encountered: