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 agoI don't use schematics in FPGA design. It is possible, but it will get very complicated, quickly. You'll need counters for the addresses and at least a state machine to control the whole process. It will be a lot easier to do in VHDL or Verilog than with schematics in my opinion.
You can't directly connect the write address signal to an ADC pin. You need a state machine that will execute operations in sequence, first get a sample from the ADC and then write the value to the memory.