From d5572eaa49cca53db104973c1891ccb9e23797d6 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Fri, 5 Dec 2014 17:41:43 +0100 Subject: [PATCH] ad9265_fmc: Fix unconnected DMA irq Signed-off-by: Paul Cercueil --- projects/ad9265_fmc/zc706/system_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ad9265_fmc/zc706/system_top.v b/projects/ad9265_fmc/zc706/system_top.v index 4b01ddea5..937da041c 100644 --- a/projects/ad9265_fmc/zc706/system_top.v +++ b/projects/ad9265_fmc/zc706/system_top.v @@ -211,7 +211,7 @@ system_wrapper i_system_wrapper ( .ps_intr_8 (ps_intrs[8]), .ps_intr_9 (ps_intrs[9]), .ad9265_spi (ps_intrs[2]), - .ad9265_dma_irq (ps_intrs[12]), + .ad9265_dma_irq (ps_intrs[13]), .spdif (spdif), .adc_clk_in_n(adc_clk_in_n), .adc_clk_in_p(adc_clk_in_p),