Skip to content

Commit d6d1676

Browse files
committed
projects/adrv9026/vcu118: Fix timing
Signed-off-by: AndrDragomir <[email protected]>
1 parent 38ef289 commit d6d1676

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/adrv9026/vcu118/system_project.tcl

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ adi_project_files adrv9026_vcu118 [list \
3838
"$ad_hdl_dir/library/common/ad_iobuf.v" \
3939
"$ad_hdl_dir/projects/common/vcu118/vcu118_system_constr.xdc" ]
4040

41-
## To improve timing of the BRAM buffers
41+
## To improve timing in DDR4 MIG
42+
set_property strategy Performance_RefinePlacement [get_runs impl_1]
43+
set_property STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE ExploreWithAggressiveHoldFix [get_runs impl_1]
4244

4345
adi_project_run adrv9026_vcu118

0 commit comments

Comments
 (0)