Skip to content

Commit 6688e50

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 6688e50

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
@@ -35,7 +35,7 @@ if {![info exists REQUIRED_QUARTUS_VERSION]} {
3535
}
3636

3737
# Define the supported tool version
38-
set required_lattice_version "2024.2"
38+
set required_lattice_version "2025.1"
3939
if {[info exists ::env(REQUIRED_LATTICE_VERSION)]} {
4040
set required_lattice_version $::env(REQUIRED_LATTICE_VERSION)
4141
} elseif {[info exists REQUIRED_LATTICE_VERSION]} {

0 commit comments

Comments
 (0)