-
Notifications
You must be signed in to change notification settings - Fork 113
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
VPR error when using PLLE2_BASE in a design #2123
Comments
@acomodi @mkurc-ant I also get this VPR error message |
@WhiteNinjaZ It looks like the techmap for |
@mkurc-ant Here is the techmap in yosys cells_xtra.v:
Is that what you were talking about? If so it looks like the arch-def techmap is missing a PWRDWN input. There are also a few differences in the parameters. |
@WhiteNinjaZ Yes that's it. The port is missing in the techmap so Yosys does not apply it. This is the problem I'll create a PR with a fix for that tomorrow. |
While running a design that uses
PLLE2_BASE
, VPR returns the error:Message: Failed to find matching architecture model for 'PLLE2_BASE'
My design has:
My installation follows the packeges listed on https://symbiflow-examples.readthedocs.io/en/latest/getting-symbiflow.html#prerequisites
The text was updated successfully, but these errors were encountered: