From 0d948816c316a681ad825758f82ff264738dfa66 Mon Sep 17 00:00:00 2001 From: Iulia Moldovan Date: Thu, 7 Sep 2023 14:26:29 +0300 Subject: [PATCH] adi_env.tcl: Update Quartus Pro version to 23.2.0 * The version is set to be 23.2.0 because this is what Quartus returns as value when running the --version command * Still, Quartus has as installation path "intelFPGA_pro/23.2" and not the version which contains an additional ".0" Signed-off-by: Iulia Moldovan --- scripts/adi_env.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/adi_env.tcl b/scripts/adi_env.tcl index 8206ea642..468dad2ec 100644 --- a/scripts/adi_env.tcl +++ b/scripts/adi_env.tcl @@ -31,7 +31,7 @@ if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { # Define the supported tool version if {![info exists REQUIRED_QUARTUS_VERSION]} { - set REQUIRED_QUARTUS_VERSION "22.4.0" + set REQUIRED_QUARTUS_VERSION "23.2.0" } # This helper pocedure retrieves the value of varible from environment if exists,