SharpWeapon
Member level 5
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.
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!
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
Cheers!