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 agoSignaltap can analyse any register inside the FPGA so you can indeed use it to capture your ADC data as it gets in, or the results of some operations, or the data you read from or write to the memory.
If you are using FPGA internal memory in a single port configuration, you can access its contents in real time using the In-System Memory Content Editor. If you are using it in a double port configuration, or using external memory, you will need to provide a means of access, for example using a JTAG-to-Avalon component and System Console.