We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dce7c6 commit 2f1f989Copy full SHA for 2f1f989
scripts/adi_env.tcl
@@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
15
}
16
17
# Define the supported tool version
18
-set required_vivado_version "2024.2"
+set required_vivado_version "2025.1"
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