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

synth_quicklogic: add -noflatten option #4735

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nakengelhardt
Copy link
Member

What are the reasons/motivation for this change?

Not flattening gives faster execution time and lower memory usage in exchange for worse QoR. Probably more useful for debugging/exploring synthesis results than for actual use with an FPGA (not sure if the VPR P&R flow even accepts hierarchical netlists at all).

Explain how this is achieved.

Same way as for the other synth_* passes (except synth_xilinx which doesn't flatten by default).

If applicable, please suggest to reviewers how they can test the change.

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