pointers to directories

main
Rejeesh Kutty 2014-02-28 16:57:19 -05:00
parent f7c9368abc
commit ff5021b1a8
1 changed files with 14 additions and 0 deletions

View File

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