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 agoThe process is only entered at the start of simulation. A process is not a function that can be re-run whenever you like. It starts at the beginning of the sim and loops forever. If it has a sensitivity list, each loop is triggered when one of the signals in the list changes. So all variables are initialised at time zero only.