adv7511: KCU105, updated system_top to remove part of the Warnings

main
Adrian Costina 2016-10-10 16:12:17 +03:00
parent f464497062
commit 94f55f20e9
1 changed files with 8 additions and 0 deletions

View File

@ -144,6 +144,7 @@ module system_top (
// default logic // default logic
assign fan_pwm = 1'b1; assign fan_pwm = 1'b1;
assign gpio_i[63:17] = gpio_o[63:17];
// instantiations // instantiations
@ -195,6 +196,13 @@ module system_top (
.mb_intr_13 (1'b0), .mb_intr_13 (1'b0),
.mb_intr_14 (1'b0), .mb_intr_14 (1'b0),
.mb_intr_15 (1'b0), .mb_intr_15 (1'b0),
.spi_clk_i (1'b0),
.spi_clk_o (),
.spi_csn_i (1'b1),
.spi_csn_o (),
.spi_sdi_i (1'b0),
.spi_sdo_i (1'b0),
.spi_sdo_o (),
.mdio_mdc (mdio_mdc), .mdio_mdc (mdio_mdc),
.mdio_mdio_io (mdio_mdio), .mdio_mdio_io (mdio_mdio),
.phy_clk_clk_n (phy_clk_n), .phy_clk_clk_n (phy_clk_n),