Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default version of Quartus Standard to 23.1std.1 and Quartus Pro 24.2 #1526

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/ad411x_ad717x/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/ad4170_asdz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/ad469x_evb/de10nano/system_project.tcl
bluncan marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/ad57xx_ardz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/ad7124_asdz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
26 changes: 13 additions & 13 deletions projects/ad777x_ardz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand All @@ -22,7 +22,7 @@ set_location_assignment PIN_U14 -to adc_data_in[2] ; ## P5.5 Arduino_IO04
set_location_assignment PIN_AG13 -to adc_data_in[3] ; ## P5.1 Arduino_IO00

set_location_assignment PIN_AF13 -to sdp_convst ; ## P5.2 Arduino_IO01
set_location_assignment PIN_AH8 -to start_n ; ## P5.8 Arduino_IO07
set_location_assignment PIN_AH8 -to start_n ; ## P5.8 Arduino_IO07
set_location_assignment PIN_AG10 -to reset_n ; ## P5.3 Arduino_IO02
set_location_assignment PIN_AG9 -to sdp_mclk ; ## P5.4 Arduino_IO03

Expand All @@ -31,23 +31,23 @@ set_location_assignment PIN_AG16 -to spi_mosi ; ## P4.4 Arduino_IO11
set_location_assignment PIN_AH11 -to spi_miso ; ## P4.5 Arduino_IO12
set_location_assignment PIN_AH12 -to spi_clk ; ## P4.5 Arduino_IO13

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_clk_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_ready_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_clk_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_ready_in

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[3]

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to sdp_convst
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to start_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to reset_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to sdp_convst
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to sdp_convst
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to start_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to reset_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to sdp_convst
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to sdp_mclk

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_csn
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_mosi
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_miso
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_clk
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_csn
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_mosi
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_miso
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_clk

execute_flow -compile
2 changes: 1 addition & 1 deletion projects/adv7513/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
3 changes: 1 addition & 2 deletions projects/arradio/c5soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down Expand Up @@ -160,4 +160,3 @@ set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to sda
set_instance_assignment -name AUTO_SHIFT_REGISTER_RECOGNITION OFF -to * -entity axi_ad9361

execute_flow -compile

2 changes: 1 addition & 1 deletion projects/cn0540/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/cn0561/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0

source ../../../scripts/adi_env.tcl
Expand Down
28 changes: 14 additions & 14 deletions projects/cn0579/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand All @@ -26,11 +26,11 @@ set_location_assignment PIN_AE15 -to adc_ready_in ; ## P12.9 Arduino_IO09
set_location_assignment PIN_AH8 -to adc_data_in[0]; ## P14.1 Arduino_IO07
set_location_assignment PIN_AG8 -to adc_data_in[1]; ## P14.2 Arduino_IO06
set_location_assignment PIN_U13 -to adc_data_in[2]; ## P14.3 Arduino_IO05
set_location_assignment PIN_U14 -to adc_data_in[3]; ## P14.4 Arduino_IO04
set_location_assignment PIN_U14 -to adc_data_in[3]; ## P14.4 Arduino_IO04

set_location_assignment PIN_AG9 -to shutdown_n ; ## P14.5 Arduino_IO03
set_location_assignment PIN_AG9 -to shutdown_n ; ## P14.5 Arduino_IO03
set_location_assignment PIN_AG10 -to reset_n ; ## P14.6 Arduino_IO02

set_location_assignment PIN_AF15 -to spi_csn ; ## P12.8 Arduino_IO10
set_location_assignment PIN_AG16 -to spi_mosi ; ## P12.7 Arduino_IO11
set_location_assignment PIN_AH11 -to spi_miso ; ## P12.6 Arduino_IO12
Expand All @@ -39,25 +39,25 @@ set_location_assignment PIN_AH12 -to spi_clk ; ## P12.5 Arduino_IO13
set_location_assignment PIN_AG11 -to dac_i2c_scl ; ## P12.1 Arduino_IO15
set_location_assignment PIN_AH9 -to dac_i2c_sda ; ## P12.2 Arduino_IO14

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_clk_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_ready_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_clk_in
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_ready_in

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to adc_data_in[3]

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to shutdown_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to reset_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to shutdown_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to reset_n

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_csn
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_mosi
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_miso
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_clk
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_csn
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_mosi
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_miso
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to spi_clk

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to dac_i2c_scl
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to dac_i2c_scl
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to dac_i2c_sda

set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to dac_i2c_scl
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to dac_i2c_sda

Expand Down
2 changes: 1 addition & 1 deletion projects/common/c5soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/common/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source ../../scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion projects/dc2677a/c5soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SPDX short identifier: ADIBSD
###############################################################################

set REQUIRED_QUARTUS_VERSION 22.1std.0
set REQUIRED_QUARTUS_VERSION 23.1std.1
set QUARTUS_PRO_ISUSED 0
source ../../../scripts/adi_env.tcl
source $ad_hdl_dir/projects/scripts/adi_project_intel.tcl
Expand Down
2 changes: 1 addition & 1 deletion scripts/adi_env.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 "23.2.0"
set REQUIRED_QUARTUS_VERSION "24.2.0"
}

# Define the supported tool version
Expand Down
Loading