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 (http://www.alteraforum.com/forum/member.php?u=55909). You should pulse the bits of rx_channel_data_align[3:0] separately. Different channels may have different shift. Regards, Andrei --- Quote End --- Thanks, Andrei. Yesterday, I tried pulsing all the bits of rx_channel_data_align[3:0] at the same time like following: In the test bench, I use a while loop to check the output of LVDS frame clock, if the result is 8'hf0, then stop pulsing; if the result is not 8'hf0, then pulsing all the bits of rx_channel_data_align[3:0] at the same time. And this method worked. Tomorrow, I'll try pulsing rx_channel_data_align[3:0] separately, and check the output is right or not. Regards, zhangfeng