AR# 55912

|

Kintex-7 FPGA Connectivity Kit - MIG 7 Series v1.0 DDR3/DDR2 PRBS Calibration results are not applied

描述

The MIG 7 Series DDR3/DDR2 design performs Read Leveling Calibration followed by PRBS Read Leveling Calibration to fine tune the centering of the read capture clock. In the MIG 7 Series v1.9 rtl ONLY, a specific line of code is incorrectly commented out causing the results of the PRBS Read Leveling Calibration stage (increments and decrements to the Phaser_IN blocks) to not be applied as if the stage of calibration did not run. Calibration will not fail, but the fine tuned adjustments found during PRBS Read Leveling will not be applied. This can cause read data errors post calibration. Manual modification is required within the MIG 7 Series v1.9 rtl.

This is described in (Xilinx Answer 55531).

解决方案

If you are running the Kintex-7 FPGA Connectivity Kit Targeted Reference Design, you may notice behavior as described above.
If that is the case, to work around this issue please perform the following for the Connectivity Targeted Reference Design for the Kintex-7 FPGA Connectivity Kit:

1. Browse to k7_connectivity_trd_v1_4/design/implement/vivado folder
2. Run vivado -source k7_conn_gui.tcl
3. Click on Open Elaborated Design.  This step will generate MIG IP
4. Browse to the vivado_run/k7_connectivity_trd.srcs/sources_1/ip/mig_axi_mm/mig_axi_mm/user_design/rtl/phy/mig_7series_v1_9_ddr_phy_prbs_rdlvl.v module
5. Locate line 228 within the file mig_7series_v1_9_ddr_phy_prbs_rdlvl.v
   

//assign pi_stg2_prbs_rdlvl_cnt = prbs_dqs_cnt_r;

6. Uncomment this statement:
     
assign pi_stg2_prbs_rdlvl_cnt = prbs_dqs_cnt_r;

7. Generate the bitstream with this rtl change

The bit file and mcs file generated to include the above mentioned workaround are attached to this answer record for quick reference.
k7_connectivity_trd.bit
kc705_conn_trd.mcs

附件

文件名 文件大小 File Type
k7_connectivity_trd.bit 10 MB BIT
kc705_conn_trd.mcs 23 MB MCS

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
50555 Kintex-7 FPGA Connectivity Kit and Targeted Reference Design - Release Notes and Known Issues Master Answer Record N/A N/A
AR# 55912
日期 06/05/2013
状态 Active
Type 综合文章
Boards & Kits
People Also Viewed