Fix default repository path for adi_project.tcl
Projects can be build by running 'source system_project.tcl' in Vivado Tcl console.main
parent
fd14607da5
commit
7a6ce70e19
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue