AR# 36503

|

MIG v3.4 Virtex-6 DDR3 - Cannot see phy_init_done go High in simulation

描述

When simulating a MIG v3.4 multi-controller design phy_init_done might fail to assert. This is a known issue andis fixed in MIG v3.5 (ISE 12.2 software).

解决方案

To work around this issue, several lines in the testbench file (sim_tb_top.v) must be modified.

Specifically, inside the memory model instantiations, the variable "i" needs to be changed to "c0_i" (controller 0) and "c1_i" (controller 1) for the ck, ck_n, cke and cs_n connections.

For example, change the following:

.ck (c1_ddr3_ck_p_sdram[(i*C1_MEMORY_WIDTH)/72]),
to:
.ck (c1_ddr3_ck_p_sdram[(c1_i*C1_MEMORY_WIDTH)/72]),
Once you have changed allfour lines for each controller and re-simulated, the simulation completes successfully.
AR# 36503
日期 12/15/2012
状态 Active
Type 综合文章
器件 More Less
IP
People Also Viewed