Skip to content

Commit 28234ee

Browse files
ladacesarpadi
authored andcommitted
scripts: adi_env: Update Vivado to 2024.2 version
Signed-off-by: Liviu 'Ceshu' Adace <[email protected]> Signed-off-by: sarpadi <[email protected]>
1 parent 70d0ce1 commit 28234ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/adi_env.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2022-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
1515
}
1616

1717
# Define the supported tool version
18-
set required_vivado_version "2023.2"
18+
set required_vivado_version "2024.2"
1919
if {[info exists ::env(REQUIRED_VIVADO_VERSION)]} {
2020
set required_vivado_version $::env(REQUIRED_VIVADO_VERSION)
2121
} elseif {[info exists REQUIRED_VIVADO_VERSION]} {

0 commit comments

Comments
 (0)