Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow much data do you need to send? You might want to consider a UART. If the FPGAs generate UART sampling clocks that are a few times higher than the baud rate, you should be able to recover the data just fine. The LVDS channels can operate at up to ~1Gbps, so if you were oversampling at the receiver LVDS by 8x your baud rate could be 125MHz, and with 10 clocks or so per byte, you should hit 10Mbytes/sec ok.
Cheers, Dave