Visible to Intel only — GUID: sam1414996991693
Ixiasoft
Visible to Intel only — GUID: sam1414996991693
Ixiasoft
2.7. Sequencer Debug Information
You could also bring this port to a register, to latch the value and make it accessible to a host processor.
The output port where the debug information is available is not normally connected to anything, so it could be removed during synthesis.
Signal name: phy_cal_debug_info
Module: <corename>_s0.v
The signal is 32 bits wide, and is defined in the following table.
best_comp_result [23:16] | Best data comparison result on a per-pin basis from the Read-Write Manager. Pin 16 - 23. Any mismatch on respective pin data comparison produces a high bit. If calibration fails, the result is a non-zero value. When calibration passes, the result is zero. |
best_comp_result [15:8] | Best data comparison result on a per-pin basis from the Read-Write Manager. Pin 8 - 15. Any mismatch on respective pin data comparison produces a high bit. If calibration fails, the result is a non-zero value. When calibration passes, the result is zero. |
best_comp_result [7:0] | Best data comparison result on a per-pin basis from the Read-Write Manager. Pin 0 - 7. Any mismatch on respective pin data comparison produces a high bit. If calibration fails, the result is a non-zero value. When calibration passes, the result is zero. |
margin [7:0] | Margin found by the sequencer if calibration passes. Number represents the amount of subsequent PLL phase where valid data is found. If calibration fails, this number is zero. When calibration passes, this value is non-zero. |
Debug Example and Interpretation
The following table illustrates possible debug signal values and their interpretations.
best_comp_result [23:16] | best_comp_result [15:8] | best_comp_result [7:0] | margin [7:0] | |
---|---|---|---|---|
Passing result | 0000 0000 | 0000 0000 | 0000 0000 | 0001 0000 |
Interpretation | No failing pins. | No failing pins. | No failing pins. | 16 phases of margin for valid window. Ideal case for 300Mhz interface. |
Failing result | 0010 0000 | 1111 1111 | 0000 0000 | 0000 0000 |
Interpretation | Pin 21 failing. | All pins failing, pin 8-15. | No failing pins. | No valid window. |