From 98ae6d567f8cc333988240a003a771462c84eb4d Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Tue, 16 Jun 2015 15:30:47 +0300 Subject: [PATCH] adv7511: Fixed vc707 ethernet connections --- projects/adv7511/vc707/system_top.v | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/adv7511/vc707/system_top.v b/projects/adv7511/vc707/system_top.v index 9eb5b4cc6..2f58c8bd7 100644 --- a/projects/adv7511/vc707/system_top.v +++ b/projects/adv7511/vc707/system_top.v @@ -222,6 +222,7 @@ module system_top ( .mgt_clk_clk_n (mgt_clk_n), .mgt_clk_clk_p (mgt_clk_p), .phy_rstn (phy_rstn), + .phy_sd (1'b1), .sgmii_rxn (sgmii_rxn), .sgmii_rxp (sgmii_rxp), .sgmii_txn (sgmii_txn),