scripts:adi_env: Change the default version of Quartus Standard to 21.1 (#996)

New version of Quartus Standard for de10nano and sockit  was changed
to 21.1.

Signed-off-by: Liviu Adace <liviu.adace@analog.com>

Signed-off-by: Liviu Adace <liviu.adace@analog.com>
main
ladace 2022-08-24 17:01:06 +03:00 committed by GitHub
parent cc18f90579
commit cf4e1b79cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
set REQUIRED_QUARTUS_VERSION 20.1.1
set REQUIRED_QUARTUS_VERSION 21.1.0
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl

View File

@ -1,4 +1,4 @@
set REQUIRED_QUARTUS_VERSION 20.1.1
set REQUIRED_QUARTUS_VERSION 21.1.0
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl

View File

@ -1,4 +1,4 @@
set REQUIRED_QUARTUS_VERSION 20.1.1
set REQUIRED_QUARTUS_VERSION 21.1.0
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl

View File

@ -1,4 +1,4 @@
set REQUIRED_QUARTUS_VERSION 20.1.1
set REQUIRED_QUARTUS_VERSION 21.1.0
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl

View File

@ -180,6 +180,9 @@ proc adi_project {project_name {parameter_list {}}} {
# default assignments
if {$quartus_pro_isused != 1} {
set_global_assignment -name QIP_FILE $system_qip_file
}
set_global_assignment -name VERILOG_FILE system_top.v
set_global_assignment -name SDC_FILE system_constr.sdc
set_global_assignment -name TOP_LEVEL_ENTITY system_top