Forum Discussion
Altera_Forum
Honored Contributor
9 years agoPseudo Random Bit Sequence Verilog
Hi, I want to send a pseudo random bit sequence down a sfp+ port on my Stratix V fpga. Unfortunately I am unfamiliar with verilog. Can anyone help me with this or point me to the right resource...
Altera_Forum
Honored Contributor
9 years agoThanks for the reply. I prefer to test a physical implementation because I will be reusing the design of this basic implementation for testing an optical device. I've done some research and found that Quartus has megafunctions for instantiating SFP+ ports and the transceiver toolkit that automatically sends PRBS for BER testing. I have been trying to follow this example to get started: http://www.alterawiki.com/wiki/stratix_v_transceiver_phy_basic_design_examples
But some of the code confuses me. Perhaps you can help me understand how to implement something similar?