Forum Discussion
Altera_Forum
Honored Contributor
13 years agoInitial process does not run?
Hi everyone, I have an Initial process which assigns values to some variables, but I cannot get these variables' value in a clocked process. Anyone can help me?
Altera_Forum
Honored Contributor
13 years agoInitial block will be synthesized as POR state for signals or possibly as initial values for block RAM.
In the present case, a nested loop would be necessary to initialize the complete array, only a diagonal is initialized now.