Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFPGA cyclone EP1C12Q240C8n
Hello everyone, I am trying to develop a FPGA(EP1C12Q240C8n) based vibration measuring system.The signal processing circuit of the vibration sensor gives 4 analog voltage signal as output. Nex...
Altera_Forum
Honored Contributor
13 years agoFirst it all depends on the ADC you are using and how it is interfaced to the FPGA. When you talk about RAM, is it memory inside the FPGA or an external RAM chip?
If it is an internal memory you can declare your RAM as an array in HDL and access it directly. If it is an external component you will either have to write your controller, or use avalon interfaces and SOPC builder / QSys.