Fix default repository path for adi_project.tcl

Projects can be build by running 'source system_project.tcl' in
	Vivado Tcl console.
main
Istvan Csomortani 2014-03-13 10:28:16 +02:00
parent fd14607da5
commit 7a6ce70e19
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# environment related stuff
set ad_hdl_dir ".."
set ad_phdl_dir ".."
set ad_hdl_dir "../../.."
set ad_phdl_dir "../../.."
if [info exists ::env(ADI_HDL_DIR)] {
set ad_hdl_dir $::env(ADI_HDL_DIR)