ad6676ebv_vc707: Update the interrupts
parent
322324b891
commit
626b719ad8
|
@ -210,6 +210,8 @@ module system_top (
|
||||||
wire rx_sysref;
|
wire rx_sysref;
|
||||||
wire rx_sync;
|
wire rx_sync;
|
||||||
|
|
||||||
|
wire [31:0] mb_intrs;
|
||||||
|
|
||||||
// instantiations
|
// instantiations
|
||||||
|
|
||||||
IBUFDS_GTE2 i_ibufds_rx_ref_clk (
|
IBUFDS_GTE2 i_ibufds_rx_ref_clk (
|
||||||
|
@ -294,6 +296,31 @@ module system_top (
|
||||||
.iic_main_scl_io (iic_scl),
|
.iic_main_scl_io (iic_scl),
|
||||||
.iic_main_sda_io (iic_sda),
|
.iic_main_sda_io (iic_sda),
|
||||||
.iic_rstn (iic_rstn),
|
.iic_rstn (iic_rstn),
|
||||||
|
.mb_intr_10 (mb_intrs[10]),
|
||||||
|
.mb_intr_11 (mb_intrs[11]),
|
||||||
|
.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_16 (mb_intrs[16]),
|
||||||
|
.mb_intr_17 (mb_intrs[17]),
|
||||||
|
.mb_intr_18 (mb_intrs[18]),
|
||||||
|
.mb_intr_19 (mb_intrs[19]),
|
||||||
|
.mb_intr_20 (mb_intrs[20]),
|
||||||
|
.mb_intr_21 (mb_intrs[21]),
|
||||||
|
.mb_intr_22 (mb_intrs[22]),
|
||||||
|
.mb_intr_23 (mb_intrs[23]),
|
||||||
|
.mb_intr_24 (mb_intrs[24]),
|
||||||
|
.mb_intr_25 (mb_intrs[25]),
|
||||||
|
.mb_intr_26 (mb_intrs[26]),
|
||||||
|
.mb_intr_27 (mb_intrs[27]),
|
||||||
|
.mb_intr_28 (mb_intrs[28]),
|
||||||
|
.mb_intr_29 (mb_intrs[29]),
|
||||||
|
.mb_intr_30 (mb_intrs[30]),
|
||||||
|
.mb_intr_31 (mb_intrs[31]),
|
||||||
|
.ad6676_spi_intr (mb_intrs[13]),
|
||||||
|
.ad6676_gpio_intr (mb_intrs[14]),
|
||||||
|
.ad6676_dma_intr (mb_intrs[10]),
|
||||||
.mdio_mdc (mdio_mdc),
|
.mdio_mdc (mdio_mdc),
|
||||||
.mdio_mdio_io (mdio_mdio),
|
.mdio_mdio_io (mdio_mdio),
|
||||||
.mgt_clk_clk_n (mgt_clk_n),
|
.mgt_clk_clk_n (mgt_clk_n),
|
||||||
|
|
Loading…
Reference in New Issue