From a3ac9173abdb5bba6568a915c9698a86c0b4e9dc Mon Sep 17 00:00:00 2001 From: Bogdan Luncan Date: Tue, 28 Jan 2025 14:20:32 +0200 Subject: [PATCH] fmcomms2: kcu105: system_project: Change implementation strategy Signed-off-by: Bogdan Luncan --- projects/fmcomms2/kcu105/system_project.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/fmcomms2/kcu105/system_project.tcl b/projects/fmcomms2/kcu105/system_project.tcl index 52b6dd7c33d..7f30a24dea1 100644 --- a/projects/fmcomms2/kcu105/system_project.tcl +++ b/projects/fmcomms2/kcu105/system_project.tcl @@ -1,5 +1,5 @@ ############################################################################### -## Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved. +## Copyright (C) 2014-2023, 2025 Analog Devices, Inc. All rights reserved. ### SPDX short identifier: ADIBSD ############################################################################### @@ -16,8 +16,8 @@ adi_project_files fmcomms2_kcu105 [list \ "$ad_hdl_dir/projects/common/kcu105/kcu105_system_lutram_constr.xdc" ] ## To improve timing in DDR4 MIG -set_property strategy Performance_Retiming [get_runs impl_1] +set_property strategy Performance_RefinePlacement [get_runs impl_1] +set_property STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE ExploreWithAggressiveHoldFix [get_runs impl_1] adi_project_run fmcomms2_kcu105 source $ad_hdl_dir/library/axi_ad9361/axi_ad9361_delay.tcl -