Skip to content

Commit cbbac59

Browse files
committed
projects/daq2/kcu105: Fix timing
Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
1 parent 37013ad commit cbbac59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/daq2/kcu105/system_project.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ adi_project_files daq2_kcu105 [list \
3737
"$ad_hdl_dir/projects/common/kcu105/kcu105_system_constr.xdc" ]
3838

3939
## To improve timing in DDR4 MIG
40-
set_property strategy Performance_Retiming [get_runs impl_1]
40+
set_property strategy Performance_RefinePlacement [get_runs impl_1]
4141

4242
adi_project_run daq2_kcu105
43-

0 commit comments

Comments
 (0)