When I change the data width of the MPMC Core in the IP Configuration window, the resulting indices in the MHS file are:
Before (64 bits):
fpga_0_DDR2_SDRAM_DDR2_DQ_pin [63:0]
After (32 bits):
fpga_0_DDR2_SDRAM_DDR2_DQ_pin [63:94]
And the other buses that are affected by the data width change also have unusual indices.
Logically, the connections are fine, although it does make the wiring of the MPMC confusing. The work-around is to manually change the odd indices in the MHS file to more "normal" looking indices:
Before (32 bits):
fpga_0_DDR2_SDRAM_DDR2_DQ_pin [63:94]
After (32 bits):
fpga_0_DDR2_SDRAM_DDR2_DQ_pin [31:0]
This problem has been fixed in EDK 11.3, available at:
AR# 32731 | |
---|---|
日期 | 05/21/2014 |
状态 | Archive |
Type | 综合文章 |