Forum Discussion
Altera_Forum
Honored Contributor
7 years agoYour receiver doesn't know how to align itself to your incoming data. You need to control the receiver and tell it where to align itself to.
Have a look at the 'rx_data_align' port option in the ALTLVDS_RX Parameter Settings. See 'Table 10. ALTLVDS_RX Input and Output Ports' of the "lvds serdes transmitter/receiver ip cores user guide (https://www.altera.com/en_us/pdfs/literature/ug/ug_altlvds.pdf)". If you're only sending the 8-bit counter value then you've nothing to look for to align to. You will need to frame your data with something your receiver logic can look for and then control the receiver's bit slip until you are aligned as required. Cheers, Alex