tcl_scripts: Update Vivado version number to 2015.2.1

main
Istvan Csomortani 2015-08-20 10:50:52 +03:00
parent d52308f074
commit 0dfb3e2019
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# check tool version
if {![info exists REQUIRED_VIVADO_VERSION]} {
set REQUIRED_VIVADO_VERSION "2014.4.1"
set REQUIRED_VIVADO_VERSION "2015.2.1"
}
if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} {

View File

@ -7,7 +7,7 @@ variable p_prcfg_list
variable p_prcfg_status
if {![info exists REQUIRED_VIVADO_VERSION]} {
set REQUIRED_VIVADO_VERSION "2014.4.1"
set REQUIRED_VIVADO_VERSION "2015.2.1"
}
if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} {