Forum Discussion
Deshi_Intel
Regular Contributor
6 years agoHI,
Pls see my reply below.
1) bit_slip operation
- It's doesn't pad extra bit to the data bus
- What happen is it shifted the capture clock to next clock cycle to capture the next bit data end up like the earliest bit is being removed because it's not sampled
- End result is still whole data bus looks like shifted to the left
2) What is the latency between asserting rx_bitslip and there is a shift in the RX parallel data?
- Intel doesn't has the latency spec.
- My advise to you is to run sim to check the latency number
Thanks.
Regards,
dlim
- HBhat26 years ago
Contributor
Hi @DeshiL_Intel ,
Thanks for your update,
I have done the simulation and understood the behavior.
Also, while performing bitslip, following is very crucial thing to take care and this is mentioned in L-tile transciver user guide.
"The rx_parallel_data slips 1 bit for every positive edge of the rx_bitslip input. Keep the rx_bitslip pulse high for at least 200 ns and each pulse 400 ns apart to ensure the data is slipped."
With Regards,
HPB