Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCan ALTDDIO_In use LVDS inputs in Cyclone III
I would like to interface a TI ADC08D1520 to a Cyclone III. It has dual data rate, diff pair outputs, that are electrically compatible with LVDS. At max speed, the data clock (also an LVDS...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Should I use the ALTDDIO megafunction to input this data, or, would the following sample VHDL be sufficient: --- Quote End --- Try to use the IP cores where you can, at least to start with. You should be able to use either the ALTDDIO or ALTLVDS_RX components. I suspect if you configure the ALTLVDS_RX component for demux-by-4 or demux-by-8, it will use DDR registers in the I/O cells, and then implement the deserializer in the fabric. Cheers, Dave