Commit a6c00a82 authored by Cesar Prados's avatar Cesar Prados Committed by Grzegorz Daniluk

xwrc_platform_altera: fix typo

parent 8e07dc58
......@@ -329,7 +329,7 @@ begin -- architecture rtl
phy_rst <= phy16_i.rst;
phy_tx_data <= phy16_i.tx_data;
phy_tx_k <= phy16_i.tx_k;
sfp_tx_disable_o <= phy8_i.sfp_tx_disable;
sfp_tx_disable_o <= phy16_i.sfp_tx_disable;
phy16_o.ref_clk <= phy_tx_clk;
phy16_o.tx_disparity <= phy_tx_disparity;
......
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