Forum Discussion
Altera_Forum
Honored Contributor
15 years agoİnitialization Ram with VHDL
Hi, As you know, in Verilog, initialize $readmemh code is initialized Ram simply. I searched a VHDL code like this but i can't get. Do you help me to find this code? If you know a sample, can y...
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).