-
Notifications
You must be signed in to change notification settings - Fork 78
Error from instantiating MMCME2_BASE primitive #153
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
Comments
@WhiteNinjaZ At the moment there is a PR which is soon-to-be-merged and open to add support for the MMCM primitives in symbiflow-arch-defs. For context, symbiflow-arch-defs is the repository that generates the device data used to place&route. Once that PR is merged and new device data generated by CI, we will be able to use MMCM primitives. In the meantime, unless strictly necessary, you might use |
Thank you for the info. |
@acomodi Per chance do you know the time frame for when the MMCME2_BASE support in symbiflow-arch-defs will be done? |
@WhiteNinjaZ Hello. I can't tell about the time frame of doing that but adding On the other hand merging f4pga/f4pga-arch-defs#1729 is more complicated as there is a CI failure not directly related to PLL/MMCM support which require further investigation. |
I have been testing the symbiflow toolchain on a few designs and have run into an error while trying to run the pong design on project_f. When I try to run the design I get this error from the tool chain:
Message: Failed to find matching architecture model for 'MMCME2_BASE'
From what I can tell this is coming from file clock_gen_480p.sv trying to instance the MMCME primitive. Does symbiflow offer support for this yet?
The text was updated successfully, but these errors were encountered: