From 897c31ebbfd141b7feb4e4e9e3418e94c7937575 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 9 Jul 2015 10:58:54 +0300 Subject: [PATCH] imageon: moved spdif_rx to DMA3 to be compatible with both zc706 and zed --- projects/imageon/common/imageon_bd.tcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/imageon/common/imageon_bd.tcl b/projects/imageon/common/imageon_bd.tcl index 174d1746e..87ef6782c 100644 --- a/projects/imageon/common/imageon_bd.tcl +++ b/projects/imageon/common/imageon_bd.tcl @@ -57,14 +57,14 @@ ad_connect axi_hdmi_rx_core/hdmi_dma_ovf axi_hdmi_rx_dma/fifo_wr_overflow set axi_spdif_rx_core [create_bd_cell -type ip -vlnv analog.com:user:axi_spdif_rx:1.0 axi_spdif_rx_core] set_property -dict [list CONFIG.C_S_AXI_ADDR_WIDTH {16}] $axi_spdif_rx_core -set_property -dict [list CONFIG.PCW_USE_DMA1 {1}] $sys_ps7 +set_property -dict [list CONFIG.PCW_USE_DMA3 {1}] $sys_ps7 set_property -dict [list CONFIG.C_DMA_TYPE {1}] $axi_spdif_rx_core ad_connect sys_cpu_clk axi_spdif_rx_core/DMA_REQ_ACLK -ad_connect sys_cpu_clk sys_ps7/DMA1_ACLK +ad_connect sys_cpu_clk sys_ps7/DMA3_ACLK ad_connect sys_cpu_resetn axi_spdif_rx_core/DMA_REQ_RSTN -ad_connect sys_ps7/DMA1_REQ axi_spdif_rx_core/DMA_REQ -ad_connect sys_ps7/DMA1_ACK axi_spdif_rx_core/DMA_ACK +ad_connect sys_ps7/DMA3_REQ axi_spdif_rx_core/DMA_REQ +ad_connect sys_ps7/DMA3_ACK axi_spdif_rx_core/DMA_ACK ad_connect spdif_rx axi_spdif_rx_core/spdif_rx_i ad_cpu_interconnect 0x43100000 axi_hdmi_rx_core