Forum Discussion
Altera_Forum
Honored Contributor
9 years agoOne port ram question
Hi all, my project currently will use multiple memory block with some initial data. If I try to use on chip memory such as on port ram, and I generate the memory block through the wizard. I known I n...
Altera_Forum
Honored Contributor
9 years agoYes. You can instantiate the rams yourself, and you could instantiate them inside a generate loop and generate the .mif string for each ram
or you can infer the ram and use attributes to specify the .mif file to use, but that wont work in simulation. But you can use a function to initialise the ram yourself.