Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAbout Stratix4 IO feature
The Stratix4 handbook said the setup time of input pin is about 200ps. Does it means a signal about 3Gbps could pass through the IO pins in Stratix4 devices, and I can use plural clocks(300MHz) wi...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Could you use a transceiver and just hold the CDR unit in "lock to ref" mode instead of lock to data? That way you're not really recovering a clock out of it? (I may be way off base, just throwing out an idea...) --- Quote End --- Ryan is correct, you can do this. Its can be used to create a 1-bit high-speed ADC. You configure the XCVR in basic mode and implement manual control of the CDR lock-to-reference and lock-to-data control signal. Its not that great for creating a multi-channel ADC, since each receiver deserializer starts independently. What types of signals are you planning on sampling? If you want to oversample, then you gain 1-bit (6dB ) for every 4x oversampling. How many bits (what dynamic range) do you need in your final signal? I don't think you can implement a sigma-delta converter, since you need to convert the signal back to analog, and there is an unknown delay in the receiver-back-to-transmitter path. You can do this with LVDS buffers. I think Altera has a MAX II app note that shows sigma-delta, and Lattice definitely has one. Cheers, Dave