Skip to content

Commit 2f1f989

Browse files
committed
scripts: adi_env: Update Vivado version to 2025.1
Signed-off-by: Bogdan Luncan <bogdan.luncan@analog.com>
1 parent 2dce7c6 commit 2f1f989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/adi_env.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
1515
}
1616

1717
# Define the supported tool version
18-
set required_vivado_version "2024.2"
18+
set required_vivado_version "2025.1"
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)