From a387018f7a57ccc9e633e81c8d182f09c0251486 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Fri, 20 Jul 2018 14:47:23 +0100 Subject: [PATCH] daq3:kcu105: Performance_ExploreWithRemap results the highest WNS --- projects/daq3/kcu105/system_project.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/daq3/kcu105/system_project.tcl b/projects/daq3/kcu105/system_project.tcl index e7f610a25..f63e80579 100644 --- a/projects/daq3/kcu105/system_project.tcl +++ b/projects/daq3/kcu105/system_project.tcl @@ -1,6 +1,4 @@ - - source ../../scripts/adi_env.tcl source $ad_hdl_dir/projects/scripts/adi_project.tcl source $ad_hdl_dir/projects/scripts/adi_board.tcl @@ -13,6 +11,8 @@ adi_project_files daq3_kcu105 [list \ "$ad_hdl_dir/library/xilinx/common/ad_iobuf.v" \ "$ad_hdl_dir/projects/common/kcu105/kcu105_system_constr.xdc" ] +## To improve timing in DDR4 MIG +set_property strategy Performance_ExploreWithRemap [get_runs impl_1] + adi_project_run daq3_kcu105 -