Skip to content
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: 0 additions & 2 deletions projects/ad9081_fmca_ebz/a10soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to spi1_sdio
set_instance_assignment -name IO_STANDARD "1.8 V" -to txen[0]
set_instance_assignment -name IO_STANDARD "1.8 V" -to txen[1]

set_global_assignment -name MESSAGE_DISABLE 15714

# set optimization to get a better timing closure
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"
set_global_assignment -name PLACEMENT_EFFORT_MULTIPLIER 1.2
Expand Down
2 changes: 0 additions & 2 deletions projects/ad9081_fmca_ebz/fm87/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ set_instance_assignment -name IO_STANDARD "1.2 V" -to spi1_sdio
set_instance_assignment -name IO_STANDARD "1.2 V" -to txen[0]
set_instance_assignment -name IO_STANDARD "1.2 V" -to txen[1]

set_global_assignment -name MESSAGE_DISABLE 15714

# set optimization to get a better timing closure
set_global_assignment -name OPTIMIZATION_MODE "Superior Performance"

Expand Down
1 change: 0 additions & 1 deletion projects/ad9081_fmca_ebz/s10soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to agc2[1]
set_instance_assignment -name IO_STANDARD "1.8 V" -to agc3[0]
set_instance_assignment -name IO_STANDARD "1.8 V" -to agc3[1]

set_global_assignment -name MESSAGE_DISABLE 15714
set_global_assignment -name MESSAGE_DISABLE 24605

# transceiver calibration clock
Expand Down
4 changes: 3 additions & 1 deletion projects/common/a10soc/a10soc_system_assign.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2016-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2016-2023, 2025 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -252,3 +252,5 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to hps_gpio[1]
set_instance_assignment -name IO_STANDARD "1.8 V" -to hps_gpio[2]
set_instance_assignment -name IO_STANDARD "1.8 V" -to hps_gpio[3]

# Workaround for Quartus 25.1 incomplete IO assignment becoming a critical warning
set_global_assignment -name MESSAGE_DISABLE 15714
5 changes: 4 additions & 1 deletion projects/common/fm87/fm87_system_assign.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2024 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -357,3 +357,6 @@ set_global_assignment -name PWRMGT_LINEAR_FORMAT_N "-12"
set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS

set_global_assignment -name DEVICE_INITIALIZATION_CLOCK OSC_CLK_1_125MHz

# Workaround for Quartus 25.1 incomplete IO assignment becoming a critical warning
set_global_assignment -name MESSAGE_DISABLE 15714
5 changes: 4 additions & 1 deletion projects/common/s10soc/s10soc_system_assign.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2020-2024 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2020-2025 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -371,3 +371,6 @@ set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "AUTO DISCOVERY"
set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS

set_global_assignment -name DEVICE_INITIALIZATION_CLOCK OSC_CLK_1_125MHz

# Workaround for Quartus 25.1 incomplete IO assignment becoming a critical warning
set_global_assignment -name MESSAGE_DISABLE 15714
2 changes: 0 additions & 2 deletions projects/daq2/a10soc/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_clk
set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_sdio
set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_dir

set_global_assignment -name MESSAGE_DISABLE 15714

# set optimization to get a better timing closure
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"
set_global_assignment -name PLACEMENT_EFFORT_MULTIPLIER 1.2
Expand Down