Commit 35e94190 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wr_gtx_phy_virtex6_lp: increase link down detect threshold so the LPDC PHY does…

wr_gtx_phy_virtex6_lp: increase link down detect threshold so the LPDC PHY does not fail on jumbo frames
parent 8299d657
Pipeline #4546 failed with stages
......@@ -28,7 +28,7 @@ architecture rtl of gtx_comma_detect_lp is
type t_state is (SYNC_LOST, SYNC_CHECK, SYNC_ACQUIRED);
constant c_IDLE_LENGTH_UP : integer := 500;
constant c_IDLE_LENGTH_LOSS : integer := 1000;
constant c_IDLE_LENGTH_LOSS : integer := 10000;
constant c_COMMA_SHIFT_WE_WANT : std_logic_vector(6 downto 0) := "0110000";
-- fixme
......
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