AR# 55891

|

Kintex-7 FPGA Embedded Kit - MIG 7 Series v1.9 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 Embedded 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 both BIST and Video Demo designs for the Kintex-7 FPGA Embedded Kit:

1. Open XPS project of the design
2. In the system assembly view of the XPS GUI, right click on axi_7series_ddrx (DDR3_SDRAM) IP and select option Make This IP Local.
3. Navigate to local pcore directory of the XPS project
4. Locate line 228 within the "../sources_1/edk/MicroBlaze_ProcessorSubSystem/pcores/axi_7series_ddrx_v1_08_a/hdl/verilog/mig_7series_v1_9_ddr_phy_prbs_rdlvl.v" module:
     //assign pi_stg2_prbs_rdlvl_cnt = prbs_dqs_cnt_r;
5. Uncomment this statement:
     assign pi_stg2_prbs_rdlvl_cnt = prbs_dqs_cnt_r;
6. Generate the bitstream again with this rtl change

The bit files generated to include the above mentioned workaround, for both BIST and Video Demo design, are attached to this answer record for quick reference.

BIST_download.bit
VIDEO_DEMO_download.bit

附件

文件名 文件大小 File Type
BIST_download.bit 10 MB BIT
VIDEO_DEMO_download.bit 10 MB BIT

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
52970 Kintex-7 FPGA Embedded Kit - Known Issues and Release Notes Master Answer Record N/A N/A

相关答复记录

Answer Number 问答标题 问题版本 已解决问题的版本
55531 MIG 7 系列 v1.9 DDR3/DDR2 的设计咨询- 不适用于 PRBS 校正结果 (需要更新 RTL ) N/A N/A
AR# 55891
日期 06/05/2013
状态 Active
Type 综合文章
Boards & Kits
People Also Viewed