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
.......
これを実行するコード例は、次のとおりです。
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 |
ステータス | アクティブ |
種類 | 一般 |
ツール |