From 64c4ff4a4d1fe4769b5679b4173ecf653f08f7b8 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Wed, 18 Mar 2015 14:00:36 +0200 Subject: [PATCH] fmcomms2: Modified zed project to be compatible with the new base design --- projects/fmcomms2/zed/system_top.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/fmcomms2/zed/system_top.v b/projects/fmcomms2/zed/system_top.v index 9cef3446c..02c66c156 100644 --- a/projects/fmcomms2/zed/system_top.v +++ b/projects/fmcomms2/zed/system_top.v @@ -281,7 +281,6 @@ module system_top ( .ps_intr_0 (ps_intrs[0]), .ps_intr_1 (ps_intrs[1]), .ps_intr_10 (ps_intrs[10]), - .ps_intr_11 (ps_intrs[11]), .ps_intr_2 (ps_intrs[2]), .ps_intr_3 (ps_intrs[3]), .ps_intr_4 (ps_intrs[4]), @@ -290,7 +289,6 @@ module system_top ( .ps_intr_7 (ps_intrs[7]), .ps_intr_8 (ps_intrs[8]), .ps_intr_9 (ps_intrs[9]), - .iic_fmc_intr(ps_intrs[11]), .otg_vbusoc (otg_vbusoc), .rx_clk_in_n (rx_clk_in_n), .rx_clk_in_p (rx_clk_in_p),