From d0a8b4a63c0f393fd0e65614506f9d83a38c4355 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 3 Apr 2014 15:59:33 +0300 Subject: [PATCH] kc705,common: Mem_interconnect maximize performance For FMCOMMS1, when both the ADC and DAC DMAs are active, the system was unstable. With this fix, it the system seems to be stable. --- projects/common/kc705/kc705_system_bd.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/common/kc705/kc705_system_bd.tcl b/projects/common/kc705/kc705_system_bd.tcl index 0445e7af6..026fee2ec 100644 --- a/projects/common/kc705/kc705_system_bd.tcl +++ b/projects/common/kc705/kc705_system_bd.tcl @@ -118,6 +118,7 @@ set_property -dict [list CONFIG.NUM_SI {8}] $axi_mem_interconnect set_property -dict [list CONFIG.NUM_MI {1}] $axi_mem_interconnect set_property -dict [list CONFIG.ENABLE_ADVANCED_OPTIONS {1}] $axi_mem_interconnect set_property -dict [list CONFIG.XBAR_DATA_WIDTH {512}] $axi_mem_interconnect +set_property -dict [list CONFIG.STRATEGY {2}] $axi_mem_interconnect # instance: default peripherals