From fb7da014988cca576e225fa1ebf175ba980a09b6 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Tue, 11 Aug 2020 08:50:49 +0100 Subject: [PATCH] adrv9371x/a10gx: Set optimization mode to aggressive performance --- projects/adrv9371x/a10gx/system_project.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/adrv9371x/a10gx/system_project.tcl b/projects/adrv9371x/a10gx/system_project.tcl index 263bd5ed4..8213abe07 100644 --- a/projects/adrv9371x/a10gx/system_project.tcl +++ b/projects/adrv9371x/a10gx/system_project.tcl @@ -133,4 +133,8 @@ set_instance_assignment -name IO_STANDARD "1.8 V" -to ad9371_gpio[16] set_instance_assignment -name IO_STANDARD "1.8 V" -to ad9371_gpio[17] set_instance_assignment -name IO_STANDARD "1.8 V" -to ad9371_gpio[18] +## 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