From 28990e362a0d5bb041ccc0514e56425d91e407d8 Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Fri, 18 Mar 2016 13:31:06 +0200 Subject: [PATCH] axi_spdif_tx: Fixed the clock association --- library/axi_spdif_tx/axi_spdif_tx_ip.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/axi_spdif_tx/axi_spdif_tx_ip.tcl b/library/axi_spdif_tx/axi_spdif_tx_ip.tcl index 8b27f16fd..fdc4c38c3 100644 --- a/library/axi_spdif_tx/axi_spdif_tx_ip.tcl +++ b/library/axi_spdif_tx/axi_spdif_tx_ip.tcl @@ -46,7 +46,7 @@ adi_set_ports_dependency "DMA_REQ_ACLK" \ adi_set_ports_dependency "DMA_REQ_RSTN" \ "(spirit:decode(id('MODELPARAM_VALUE.DMA_TYPE')) = 1)" +ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXIS_ARESETN -clear [ipx::current_core] ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXI_ARESETN [ipx::current_core] - ipx::save_core [ipx::current_core]