Fix default value of $ad_hdl_dir and $ad_phdl_dir

main
Istvan Csomortani 2014-03-12 18:18:47 +02:00
parent cda3cb3280
commit ba484999b3
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)