Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIn quartus, there are only 2 ways to initialise a ram using VHDL:
1. using a function to set all values. 2. Use a mif file in conjuntion with a megawizard generated altsyncram. Annoyingly, you cannot use textio to read data in from a text file (like you can with verilog and X based FPGAs).