25G Ethernet Stratix® 10 Intel® FPGA IP Design Example User Guide
Visible to Intel only — GUID: dbc1583311970480
Ixiasoft
Visible to Intel only — GUID: dbc1583311970480
Ixiasoft
5.3. Using Transceiver Toolkit on H-Tile Production Device
If your design example targets the H-tile production device and Enable auto adaptation triggering for RX PMA CTLE/DFE mode option is turned on, you must perform additional steps to configure the register 0x343 bit[0] before you can use the Transceiver Toolkit. Refer to the description for register 0x343 in the 25G Ethernet Stratix® 10 FPGA IP User Guide for more information.
- Follow the procedure in the Testing the 25G Ethernet Intel® FPGA IP Design in Hardware section to load the main.tcl script.
- For single-channel design example, type reg_write 0x343 0x1 to hold the auto adaptation module FSM in idle state.
- For multi-channel design example,
- type reg_write 0x343 0x1 for channel 0
- type reg_write 0x10343 0x1 for channel 1
- type reg_write 0x20343 0x1 for channel 2
- type reg_write 0x30343 0x1 for channel 3
- Launch the Transceiver Toolkit.
- Close the Transceiver Toolkit.
- For single-channel design example, type reg_write 0x343 0x0 to re-start the auto adaptation module FSM.
- For multi-channel design example,
- type reg_write 0x343 0x0 for channel 0
- type reg_write 0x10343 0x0 for channel 1
- type reg_write 0x20343 0x0 for channel 2
- type reg_write 0x30343 0x0 for channel 3