Skip to content

Commit

Permalink
fmcomms2: kcu105: system_project: Change implementation strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Luncan <[email protected]>
  • Loading branch information
bluncan committed Jan 28, 2025
1 parent 37178af commit 1b6dbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/fmcomms2/kcu105/system_project.tcl
Original file line number Diff line number Diff line change
@@ -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
###############################################################################

Expand All @@ -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

0 comments on commit 1b6dbf0

Please sign in to comment.