From fcb163062f298940419baf849df99c9cbfe7fcb7 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Mon, 30 Mar 2015 16:21:38 +0300 Subject: [PATCH] adv7511 : Fix top for kcu105 and kc705 --- projects/adv7511/kc705/system_top.v | 3 +-- projects/adv7511/kcu105/system_top.v | 17 ++++++----------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/projects/adv7511/kc705/system_top.v b/projects/adv7511/kc705/system_top.v index d40dfe120..0e43c09ac 100644 --- a/projects/adv7511/kc705/system_top.v +++ b/projects/adv7511/kc705/system_top.v @@ -89,8 +89,7 @@ module system_top ( fan_pwm, gpio_lcd, - gpio_led, - gpio_sw, + gpio_bd, iic_rstn, iic_scl, diff --git a/projects/adv7511/kcu105/system_top.v b/projects/adv7511/kcu105/system_top.v index 4e3268562..bc979a48e 100644 --- a/projects/adv7511/kcu105/system_top.v +++ b/projects/adv7511/kcu105/system_top.v @@ -137,7 +137,6 @@ module system_top ( // internal signals - wire [31:0] mb_intrs; wire [63:0] gpio_i; wire [63:0] gpio_o; wire [63:0] gpio_t; @@ -155,8 +154,6 @@ module system_top ( .dio (gpio_bd)); system_wrapper i_system_wrapper ( - .axi_hdmi_dma_intr (mb_intrs[8]), - .axi_spdif_tx_dma_intr (mb_intrs[7]), .c0_ddr4_act_n (ddr4_act_n), .c0_ddr4_adr (ddr4_addr), .c0_ddr4_ba (ddr4_ba), @@ -192,14 +189,12 @@ module system_top ( .hdmi_out_clk (hdmi_out_clk), .iic_main_scl_io (iic_scl), .iic_main_sda_io (iic_sda), - .mb_intr_05 (mb_intrs[5]), - .mb_intr_06 (mb_intrs[6]), - .mb_intr_07 (mb_intrs[7]), - .mb_intr_08 (mb_intrs[8]), - .mb_intr_12 (mb_intrs[12]), - .mb_intr_13 (mb_intrs[13]), - .mb_intr_14 (mb_intrs[14]), - .mb_intr_15 (mb_intrs[15]), + .mb_intr_05 (1'b0), + .mb_intr_06 (1'b0), + .mb_intr_12 (1'b0), + .mb_intr_13 (1'b0), + .mb_intr_14 (1'b0), + .mb_intr_15 (1'b0), .mdio_mdc (mdio_mdc), .mdio_mdio_io (mdio_mdio), .phy_clk_clk_n (phy_clk_n),