Forum Discussion
Altera_Forum
Honored Contributor
11 years agoto use altlvds,how I can use LVDS bit clock and LVDS frame clock of ADC at the same t
In my board, there are 5AGXFB3H4F40C5N and TI ADS5294. The ADS5294 is a 80-MSPS 8-Channel ADC,The digital data from each channel ADC is output over two wires of LVDS output lines depending on the ...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi zhangfeng, For the rx_channel_data_align, you should pulse it then check for right data. If right, then stop pulsing. If wrong, then do another pulse. You might need to pulse it a few times until you get the right data. --- Quote End --- Thank you very much, tiny007. If the number of channels is 4, should I pulse the bits of rx_channel_data_align[3:0] separately, or set all the bits at the same time(for example, rx_channel_data_align[3:0] = 4'b1111, then set rx_channel_data_align[3:0] = 4'b0000)?