Altera_Forum
Honored Contributor
15 years agoROM initialization
Hi, I need to initialize a ROM. I will probably use the Cyclone EP1C6 device. My questions are:
1. Is there a dedicated memory\way of declaration for ROM\RAM or can I just define it in my code in the same way I define other constants (i.e. an arrays of constant <constant-name> : type := <value>;)? 2. The datasheet says: "When configured as RAM or ROM, you can use an initialization file to pre-load the memory contents." Can I get some explanation on how to do that? Thanks in advance