adi_env.tcl: Update Vivado version to 23.2
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>main
parent
3bf7cbbe45
commit
40fb2c3bbb
|
@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Define the supported tool version
|
# Define the supported tool version
|
||||||
set required_vivado_version "2023.1"
|
set required_vivado_version "2023.2"
|
||||||
if {[info exists ::env(REQUIRED_VIVADO_VERSION)]} {
|
if {[info exists ::env(REQUIRED_VIVADO_VERSION)]} {
|
||||||
set required_vivado_version $::env(REQUIRED_VIVADO_VERSION)
|
set required_vivado_version $::env(REQUIRED_VIVADO_VERSION)
|
||||||
} elseif {[info exists REQUIRED_VIVADO_VERSION]} {
|
} elseif {[info exists REQUIRED_VIVADO_VERSION]} {
|
||||||
|
|
Loading…
Reference in New Issue