Change the adi_project_run process to prevent "const_type UCF" issue

- Set the constraint type to XDC before run the synthesis
main
Istvan Csomortani 2014-03-07 11:06:11 +02:00
parent 5c3b65d01b
commit 793bf2f350
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ proc adi_project_run {project_name} {
set project_system_dir "./$project_name.srcs/sources_1/bd/system"
set_property constrs_type XDC [current_fileset -constrset]
launch_runs synth_1
wait_on_run synth_1
open_run synth_1