We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d0ce1 commit 28234eeCopy full SHA for 28234ee
scripts/adi_env.tcl
@@ -1,5 +1,5 @@
1
###############################################################################
2
-## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
+## Copyright (C) 2022-2025 Analog Devices, Inc. All rights reserved.
3
### SPDX short identifier: ADIBSD
4
5
@@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
15
}
16
17
# Define the supported tool version
18
-set required_vivado_version "2023.2"
+set required_vivado_version "2024.2"
19
if {[info exists ::env(REQUIRED_VIVADO_VERSION)]} {
20
set required_vivado_version $::env(REQUIRED_VIVADO_VERSION)
21
} elseif {[info exists REQUIRED_VIVADO_VERSION]} {
0 commit comments