Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThere are several serial protocols or use your own, for example pass bits to 850Mbps by first passing your data(as packet + header) followed by alternating zero/ones till next packet. You will need another fpga to do that...the receiver will then detect packets from the agreed header(FSM).
Your own CDR: Before serdes era, we used to do that inside fpgas. There is plenty of literature, check xilinx papers. I will try to get some hopefully tomorrow.