Altera_Forum
Honored Contributor
16 years agoMemory Initialization File for multiple RAMs
Hi,
I'm new to FPGA development and maybe this question is simple, but I couldn't find an answer yet. I am developing a system with multiple M4K memories which are instatiated inside a generate block over a genvar loop (I'm using Verilog and a Stratix II). For simulation I need them to be initialized with different data. I can specifiy a Memory Initialization File in the MegaWizard but this will initialize all memories with the same data. Is there an easy way to specify a different .mif for each memory?