daq2/a10gx: Set optimization mode to aggressive performance
parent
fb7da01498
commit
b54effc9c9
|
@ -93,4 +93,8 @@ set_location_assignment PIN_AW11 -to spi_clk ; ## D12 FMCA_LA05_
|
|||
set_location_assignment PIN_AW13 -to spi_sdio ; ## D14 FMCA_LA09_P
|
||||
set_location_assignment PIN_AN19 -to spi_dir ; ## G13 FMCA_LA08_N
|
||||
|
||||
## improve timing - there are occasional timing failure with a small negative slack
|
||||
# at no-MMU configuration
|
||||
set_global_assignment -name OPTIMIZATION_MODE "AGGRESSIVE PERFORMANCE"
|
||||
|
||||
execute_flow -compile
|
||||
|
|
Loading…
Reference in New Issue