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
parent
811dccedaf
commit
0d948816c3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue