Altera_Forum
Honored Contributor
17 years agoinstantiating RAM and multiple instances
hi, Im new here and new to fpgas, verilog and quartus but learning fast.
I have a question... I have written a program which requires data to be buffered from two ADCs. I have foudn an example program which does it but only on one channel. Can I write two instantiations for the same files to make/use two ram blocks or do I need to create another RAM block? Also If I wanted to create one and use it in my program how do I include it in my verilog design file library. Do I need to go to a menu and include the file so it knows where it is? Ive been trying to find this for a while but not sure what to search for and what to look at. Learning that it was called instantiateing was a big help. The syntax is my biggest issue I think. Regards Robin