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.

My settings are the following:
FRef       = 245.76
FadcRx  = 2457.6
FadcFb  = 2457.6
Fdac       = 2457.6*4

LMFSHd = 24410
K             = 16

LvdsSync= False
fpgaRefClk    = 245.76

I modified some IP to change MGT ref clock, like GT and PLL, change the jesd_link_params.vh file and the constraints.xdc file properly.

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 see the qpll0 locked on hardware manager VIO1 but on Latte tools i see problems with RX link.

I already have the correct settings for JESD in jesd_link_params.vh.

`undef LANE_ADC_TO_GT_MAP
`define LANE_ADC_TO_GT_MAP {5,4,6,7,3,0,2,1}

`undef LANE_DAC_TO_GT_MAP
`define LANE_DAC_TO_GT_MAP {4,5,6,7,3,0,2,1}

What can be the problem for this?