Commit a2a46ba6 authored by Peter Jansweijer's avatar Peter Jansweijer

slightly wider tolerance avoids endless sampling and no link up

parent 4b361780
......@@ -261,7 +261,7 @@ static int tx_fsm_update(void)
//pr_info("Using phase from file :%d\n",
//fsm->cal_saved_phase);
fsm->expected_phase = fsm->cal_saved_phase + TX_PHASE_OFFSET;
fsm->tollerance = 150; /*ps, bins are 200 ps wide*/
fsm->tollerance = 200; /*ps, bins are 200 ps wide*/
}
else // find a sane default; TXOUTCLK_OUT and clk_ref_62m5 should have small
// phase offset. Take half the period to be safe.
......
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