Commit 693284ce authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Disconnect SFP1 pins, or else quartus will want them configured.

parent bb0658b7
...@@ -76,8 +76,8 @@ entity scu_top is ...@@ -76,8 +76,8 @@ entity scu_top is
-- AUX SFP -- AUX SFP
----------------------------------------------------------------------- -----------------------------------------------------------------------
sfp1_tx_disable_o : out std_logic; sfp1_tx_disable_o : out std_logic;
sfp1_txp_o : out std_logic; --sfp1_txp_o : out std_logic;
sfp1_rxp_i : in std_logic; --sfp1_rxp_i : in std_logic;
sfp1_mod0 : in std_logic; -- grounded by module sfp1_mod0 : in std_logic; -- grounded by module
sfp1_mod1 : inout std_logic; -- SCL sfp1_mod1 : inout std_logic; -- SCL
......
...@@ -76,8 +76,8 @@ entity scu_top is ...@@ -76,8 +76,8 @@ entity scu_top is
-- AUX SFP -- AUX SFP
----------------------------------------------------------------------- -----------------------------------------------------------------------
sfp1_tx_disable_o : out std_logic; sfp1_tx_disable_o : out std_logic;
sfp1_txp_o : out std_logic; --sfp1_txp_o : out std_logic;
sfp1_rxp_i : in std_logic; --sfp1_rxp_i : in std_logic;
sfp1_mod0 : in std_logic; -- grounded by module sfp1_mod0 : in std_logic; -- grounded by module
sfp1_mod1 : inout std_logic; -- SCL sfp1_mod1 : inout std_logic; -- SCL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment