Altera_Forum
Honored Contributor
15 years agoDual Port RAM Init
Hi,
I have generated a DPRAM with the Megawizard, and I have used it in my design. When I have simulated it into Modelsim, all was ok. But when I have compiled my FPGA with my design, there was a problem. So I have used SignalTap to find the problem and I realized that my DPRAM wasn't initialized (with 0). So I have created a new ".hex" initialization memory file where I fixed all memory cases to '0'. And in the megawizard I have selected the ".hex" file link. But now when I compile my FPGA, that doesn't work, and I see that the DPRAM is not initialize into Signal Tap... Someone already had this problem? Thanks for your help =)