projects: Fix intermitent timing violation on a10soc

adrv9009, dac_fmc_ebz, ad9081_fmca_ebz, fmcomms8:
Increased PLACEMENT_EFFORT_MULTIPLIER global parameter to 1.2 for increased quality of placement
main
AndrDragomir 2022-12-12 15:05:49 +02:00 committed by AndrDragomir
parent f64830364c
commit 8b9175a80c
4 changed files with 5 additions and 0 deletions

View File

@ -216,5 +216,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to txen[1]
# 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
execute_flow -compile

View File

@ -137,5 +137,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to adrv9009_gpio[18]
# 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
execute_flow -compile

View File

@ -139,4 +139,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_miso
set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_csn_clk
set_instance_assignment -name IO_STANDARD "1.8 V" -to spi_csn_dac
set_global_assignment -name PLACEMENT_EFFORT_MULTIPLIER 1.2
execute_flow -compile

View File

@ -221,5 +221,6 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to adrv9009_gpio_08_d
# 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
execute_flow -compile