diff --git a/projects/scripts/adi_project_intel.tcl b/projects/scripts/adi_project_intel.tcl index 1b05d0b44..36ec89e9a 100644 --- a/projects/scripts/adi_project_intel.tcl +++ b/projects/scripts/adi_project_intel.tcl @@ -40,19 +40,16 @@ proc adi_project {project_name {parameter_list {}}} { if [regexp "_a10gx$" $project_name] { set family "Arria 10" set device 10AX115S2F45I1SG - set system_qip_file system_bd/system_bd.qip } if [regexp "_a10soc$" $project_name] { set family "Arria 10" set device 10AS066N3F40E2SG - set system_qip_file system_bd/system_bd.qip } if [regexp "_s10soc$" $project_name] { set family "Stratix 10" set device 1SX280HU2F50E1VGAS - set system_qip_file system_bd/system_bd.qip } if [regexp "_c5soc$" $project_name] { @@ -183,7 +180,6 @@ proc adi_project {project_name {parameter_list {}}} { # default assignments - 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 diff --git a/scripts/adi_env.tcl b/scripts/adi_env.tcl index eb3af3bb8..f330fd529 100644 --- a/scripts/adi_env.tcl +++ b/scripts/adi_env.tcl @@ -27,7 +27,7 @@ if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { # Define the supported tool version if {![info exists REQUIRED_QUARTUS_VERSION]} { - set REQUIRED_QUARTUS_VERSION "21.2.0" + set REQUIRED_QUARTUS_VERSION "21.4.0" } # This helper pocedure retrieves the value of varible from environment if exists,