imageon: moved spdif_rx to DMA3 to be compatible with both zc706 and zed

main
Adrian Costina 2015-07-09 10:58:54 +03:00
parent f1dd2435b4
commit 897c31ebbf
1 changed files with 4 additions and 4 deletions

View File

@ -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