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 support for Libero netlist constraints #397

Closed
wants to merge 3 commits into from

Conversation

paul-gatewood
Copy link
Contributor

Libero has two types of netlist constraints files that are synthesis
only, so they didn't work with the existing setup. Adding specific
filters for synthesis and place/route simplified the changes needed to
the template.

Paul Gatewood added 3 commits October 6, 2023 14:27
There seems to be a bug with newer versions of pandas that prevents
kwargs from being passed through the apply function (specifically
passing errors='ignore' to to_numeric in edalize/vivado_reporting.py).
Pinning pandas to v2.0.3 appears to have fixed the issue for now.

I also added GOLDEN_RUN to pass through to tox.
Well, my previous attempt at a fix broke some other stuff. I pinned
pandas to <= 2.0.3, since that version isn't available for python 3.7. I
also changed a version check in edatool to prevent subprocess.run from
being used for python 3.7.
Libero has two types of netlist constraints files that are synthesis
only, so they didn't work with the existing setup. Adding specific
filters for synthesis and place/route simplified the changes needed to
the template.
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

Successfully merging this pull request may close these issues.

1 participant