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