adi_project_xilinx.tcl, adi_ip_xilinx.tcl: update version to 2021.1

Update vivado version from 2020.2 to 2021.1 in projects and library scripts.
main
stefan.raus 2021-09-21 16:09:26 +01:00 committed by SRaus
parent 1fe0d5f8e0
commit cfe0c0ced5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ source $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl
# check tool version # check tool version
if {![info exists REQUIRED_VIVADO_VERSION]} { if {![info exists REQUIRED_VIVADO_VERSION]} {
set REQUIRED_VIVADO_VERSION "2020.2" set REQUIRED_VIVADO_VERSION "2021.1"
} }
if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} {

View File

@ -1,7 +1,7 @@
## Define the supported tool version ## Define the supported tool version
if {![info exists REQUIRED_VIVADO_VERSION]} { if {![info exists REQUIRED_VIVADO_VERSION]} {
set REQUIRED_VIVADO_VERSION "2020.2" set REQUIRED_VIVADO_VERSION "2021.1"
} }
## Define the ADI_IGNORE_VERSION_CHECK environment variable to skip version check ## Define the ADI_IGNORE_VERSION_CHECK environment variable to skip version check