We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2173453 commit 0143b43Copy full SHA for 0143b43
scripts/adi_env.tcl
@@ -8,6 +8,10 @@ set ad_hdl_dir [file normalize [file join [file dirname [info script]] "../"]]
8
9
if [info exists ::env(ADI_HDL_DIR)] {
10
set ad_hdl_dir [file normalize $::env(ADI_HDL_DIR)]
11
+ puts "Using ADI_HDL_DIR from environment: $ad_hdl_dir"
12
+} else {
13
+ set env(ADI_HDL_DIR) $ad_hdl_dir
14
+ puts "ADI_HDL_DIR not set, using default: $ad_hdl_dir"
15
}
16
17
if [info exists ::env(ADI_GHDL_DIR)] {
0 commit comments