start_gui
open_project C:/CASE/PA_script/gold_code.xpr
reset_run synth_1
launch_runs synth_1
wait_on_runs synth_1
reset_run impl_1
launch_runs impl_1
wait_on_runs impl_1
.......
Please find example code to do this below:
start_gui
open_project C:/CASE/PA_script/gold_code.xpr
set runlist [get_runs impl*]
reset_run synth_1
launch_runs synth_1
wait_on_runs synth_1
if {[regexp -- impl_1 $runlist]} {reset_run impl_1} else {create_run impl_2 -parent_run synth_1 -flow {Vivado Implementation 2014}}
launch_runs impl_1
wait_on_runs impl_1
AR# 50454 | |
---|---|
日期 | 08/11/2014 |
状态 | Active |
Type | 综合文章 |
Tools |