adi_ip_xilinx: Add env var

add ADI_DISABLE_MESSAGE_SUPPRESION which
disables adi_xilinx_msg.tcl
main
Sergiu Arpadi 2020-12-22 12:47:00 +00:00 committed by sarpadi
parent ead4513ad6
commit e252d538c2
1 changed files with 4 additions and 1 deletions

View File

@ -283,7 +283,10 @@ proc adi_ip_create {ip_name} {
create_project $ip_name . -force
## Load custom message severity definitions
source $ad_hdl_dir/projects/scripts/adi_xilinx_msg.tcl
if {![info exists ::env(ADI_DISABLE_MESSAGE_SUPPRESION)]} {
source $ad_hdl_dir/projects/scripts/adi_xilinx_msg.tcl
}
set lib_dirs $ad_hdl_dir/library
if {$ad_hdl_dir ne $ad_ghdl_dir} {