Forum Discussion
Altera_Forum
Honored Contributor
14 years agothe signaltab problems
Hi, i am a newfish to the fpga and quartus . during these days, i found a problem about the signaltab ii in quartus 11.0 . My project is used to config a A/D IC, and received the conversion data fro...
Altera_Forum
Honored Contributor
14 years ago125 MHz isn't very fast, but the LVDS unit is using double data rate input registers, as a consequence you can't access the pin state directly by SignalTap.
Serial LVDS transmission is a source synchronous protocol, supplying a clock along with the data is the regular method. Another option is to use a common clock for all FPGAs, but you have to adjust the receiver phase individually and the method won't work at higher data rates due to timing variations. CDR (clock-from-data recovery) would be a nice option, but it's not provided by Cyclone FPGAs as a regular feature.