kc705/vc707: consistency fixes

main
Rejeesh Kutty 2015-03-26 14:02:10 -04:00
parent 67c8d02110
commit 5014b4209c
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ module system_top (
ddr3_odt,
mdio_mdc,
mdio_mdio_io,
mdio_mdio,
mii_rst_n,
mii_col,
mii_crs,
@ -159,7 +159,7 @@ module system_top (
output [ 0:0] ddr3_odt;
output mdio_mdc;
inout mdio_mdio_io;
inout mdio_mdio;
output mii_rst_n;
input mii_col;
input mii_crs;
@ -523,7 +523,7 @@ module system_top (
.mb_intr_14 (1'd0),
.mb_intr_15 (1'd0),
.mdio_mdc (mdio_mdc),
.mdio_mdio_io (mdio_mdio_io),
.mdio_mdio_io (mdio_mdio),
.mii_col (mii_col),
.mii_crs (mii_crs),
.mii_rst_n (mii_rst_n),