Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou can initialize all bits using
signal memoria: ram256 := (others => (others '0'));
You can use a similar statement at the beginning of a process to set the default state and then over-ride bits. Cheers, Dave