Forum Discussion
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