Forum Discussion
QDang5
New Contributor
6 years agoSignal input of Intel Altera DE2 and DE2-115 board, what is the minimum pulse duration for the board to detect the pulse?
We are trying to count photons and coincident count using FPGA Altera DE2 board. We are going to send signal from single photon detectors to the Altera board. The detector with its time jitters will ...
Deshi_Intel
Regular Contributor
6 years agoHi,
I presume you have an external equipment (single photon detectors) connected to Altera DE2 board where you plan to use FPGA to sample and process the data transmission accordingly
Your transmitted data pulse is 1ns (which is 1G data rate). 1G data rate transfer can only be sampled/captured using transceiver pins on Cyclone IV FPGA, and not via normal GPIO pins
So, as long as you can connect your equipment data transfer to Cyclone IV FPGA transceiver pins via the Altera DE2 board accordingly, write your FPGA design logic to detect and process the data transfer then this is doable.
Thanks.
Regards,
dlim