Forum Discussion
Altera_Forum
Honored Contributor
13 years agoInitialization Altsyncram
Hi, I would like to reload an initialization on an Altsyncram. More precisely, I initialize the RAM with a .mif during the built in Quartus II and during the simulation (NCsim), I want to ...
Altera_Forum
Honored Contributor
13 years agoand just a thing,
When you reload the initialization process, there is this declaration variable need_init_var : boolean := true; So each time you enter in the initialization process, need_init_var is set to true... No?