Altera_Forum
Honored Contributor
14 years agoTransceiver Toolkit Design Example
Hi, I've recently purchased a Stratix V GX Transceiver Signal Integrity Development Kit and I want to use it to transmit and receive data at 10 Gbps so I can study how our optical circuit affects the BER.
To this end I've downloaded the Transceiver Toolkit Design Examples from the 'On-chip Debugging Design Examples' webpage. I want to implement the one in the 'sv_1ch_40b_10312mbps' folder, but I ran into some problems. Firstly the example is for a 5SGTC7 device, and my device is 5SGXA7. But the AN644 document (Migration Between Stratix V GX and Stratix V GT Devices) has led me to believe that I can safely migrate the design just by changing the device name and recompiling. After I programmed the board and loaded the design in the Transceiver Toolkit, I attempted to control the Transmitter Channel but I'm unable to get the board to transmit data. Pressing the Start button on that screen has no effect, and the Stop and Inject Error buttons remain permanently grayed out. I ran the link_test.tcl script included with the design and got this error: "Test stopped because checker cannot lock to incoming data pattern". Then I tried using data_pattern_generator_start and data_pattern_generator_is_generating commands to see if the generator is actually working, and I always got a negative result. Any suggestions?