03-12-2010 01:09 PM
03-15-2010 02:25 PM
03-15-2010 05:17 PM
If you are just interested in the signal timing why dont you implement a counter for each channel in the FPGA and transfer the pulse width information (clock cycles high and low).
For each digital line, keep the shift register value of the last value, on low to high or high to low transfer the count, if no transition increment the channel count, and reset on an edge (where the prevous signal != current signal). Run this in a sincle cycle timed loop and you will have great time resolution.
03-15-2010 05:44 PM