From f01ba54c5f5f5af84a41431ee0b95d36d5f280da Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 18 Jun 2015 11:04:00 +0300 Subject: [PATCH] fmcomms1: Fixed mdc_mdio connection for kc705 --- projects/fmcomms1/kc705/system_top.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/fmcomms1/kc705/system_top.v b/projects/fmcomms1/kc705/system_top.v index 9a112671f..b0a73e89c 100644 --- a/projects/fmcomms1/kc705/system_top.v +++ b/projects/fmcomms1/kc705/system_top.v @@ -67,7 +67,7 @@ module system_top ( ddr3_odt, mdio_mdc, - mdio_mdio_io, + mdio_mdio, mii_rst_n, mii_col, mii_crs, @@ -140,7 +140,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; @@ -280,7 +280,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),