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 agoI found the code.
If you look at the code, you'll see it can only ever run initialisation once, because the need_init_var variable gets set to false after initialisation. It starts as true and is never ever again set to true.