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

Setting vivado parameters using core file #681

Open
morslai opened this issue Mar 20, 2024 · 1 comment
Open

Setting vivado parameters using core file #681

morslai opened this issue Mar 20, 2024 · 1 comment

Comments

@morslai
Copy link

morslai commented Mar 20, 2024

Hi,
I'm trying to find a way to set Vivado parameters using the core file (for example synthesis strategy).
I can't seem to wrap my head around it - any solution will be good - scripts, hooks or any othe way.

thanks in advance!!!

@olofk
Copy link
Owner

olofk commented Mar 27, 2024

Put the commands in a tcl file, and add it to a fileset with file_type : tclSource. E.g. in your case, the TCL commnd would be set_property strategy Flow_AreaOptimized_high [get_runs synth_1]

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

No branches or pull requests

2 participants