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 <Iulia.Moldovan@analog.com>
main
Iulia Moldovan 2023-09-07 14:26:29 +03:00 committed by imoldovan
parent 811dccedaf
commit 0d948816c3
1 changed files with 1 additions and 1 deletions

View File

@ -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,