This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE7950EVM: AFE7950EVM+ZCU102

Part Number: AFE7950EVM

Tool/software:

Hello

I had success bringing up the "TI ZCU102 8b10b" project, ZCU102_AFE79xx_8b10b_10Gbps, using the AFE7950EVM connected to the Xilinx ZCU102 development board. In this reference project there are 8 lanes
This project using the following settings:
 - fpgaRefClk = 122.88
 - FRef           = 491.52
 - FadcRx      = 2949.12
 - FadcFb      = 2949.12
 - Fdac          = 2949.12*4
 - LMFSHd    = 44210
 - K                = 32
 - LvdsSync   = False

I follow the TI204c-Setup.docx:

  1. Power on ZCU102
  2. Power on AFE7950EVM
  3. Open Latte
  4. Run setup.py
  5. Run devInit.py
  6. Run ConfigLmk.py
  7. Program FPGA
  8. Release master_reset_n -> 1
  9. Release tx_reset -> 0
  10. Run ConfigAfe.py
  11. Release rx_reset -> 0

I modified some IP/file properly to be compliant to my goal, like GT and PLL, jesd_link_params.vh file and the constraints.xdc file. My goal are the following:
 - fpgaRefClk = 245.76
 - FRef           = 245.76
 - FadcRx      = 2457.6
 - FadcFb      = 2457.6
 - Fdac          = 2457.6*4
 - LMFSHd    = 24410
 - K                = 16
 - LvdsSync   = False

I change the GT config:


I change the PLL config:

I change the jesd parameters in jesd_link_params.vh:

I change the constraints file:

I see the IQ mapping in the refdesign_tx.sv is the following:

For 64bit mapping LMFSHd = 24410 this IQ mapping must be change?
In which file can be found the IQ mapping table?