From 7be1f62b8b5b651c18861942ce38356365673de8 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 18 Sep 2015 13:15:36 +0200 Subject: [PATCH] ad9265_fmc: Drop explicit axi_dmac clock synchronicity configuration The axi_dmac core is now capable of detecting whether its different parts run in different clock domains or not. No need to configure it manually any more. Signed-off-by: Lars-Peter Clausen --- projects/ad9265_fmc/common/ad9265_bd.tcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/ad9265_fmc/common/ad9265_bd.tcl b/projects/ad9265_fmc/common/ad9265_bd.tcl index 8f052f63c..2b7be0f60 100644 --- a/projects/ad9265_fmc/common/ad9265_bd.tcl +++ b/projects/ad9265_fmc/common/ad9265_bd.tcl @@ -19,9 +19,6 @@ set_property -dict [list CONFIG.CYCLIC {0}] $axi_ad9265_dma set_property -dict [list CONFIG.SYNC_TRANSFER_START {0}] $axi_ad9265_dma set_property -dict [list CONFIG.AXI_SLICE_SRC {0}] $axi_ad9265_dma set_property -dict [list CONFIG.AXI_SLICE_DEST {0}] $axi_ad9265_dma -set_property -dict [list CONFIG.ASYNC_CLK_DEST_REQ {1}] $axi_ad9265_dma -set_property -dict [list CONFIG.ASYNC_CLK_SRC_DEST {1}] $axi_ad9265_dma -set_property -dict [list CONFIG.ASYNC_CLK_REQ_SRC {1}] $axi_ad9265_dma set_property -dict [list CONFIG.DMA_2D_TRANSFER {0}] $axi_ad9265_dma set_property -dict [list CONFIG.DMA_DATA_WIDTH_SRC {16}] $axi_ad9265_dma set_property -dict [list CONFIG.DMA_DATA_WIDTH_DEST {64}] $axi_ad9265_dma