Run all Vivado synthesis strategies in one run

Status
Not open for further replies.

SharpWeapon

Member level 5
Joined
Mar 18, 2014
Messages
89
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
705
Hello,

Is there any way that I can synthesis my design using all the 8 synthesis strategies(optimized area, performance...) available in Vivado and have one synthesis report for each? Now the following TCL is the command that starts the synthesis.
Code:
start_gui
open_project /~/project_1/project_1.xpr
open_project /~/project_1/project_1.xpr
launch_runs synth_1 -job 2
I don't know if there is an option to choose the strategies from TCL? Also please let me know if I can loop through all the strategies. Thanks!

Cheers!
 

I don't know if there is an option to choose the strategies from TCL?

Have you taken a look at the ug901, vivado-synthesis documentation?
In there if you look at the details under "Running Synthesis with Tcl", the -directive switch allows you to choose various strategies.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…