CMOS vs LVDS oscillator

cmoslvdsoscillator

I am trying to select a 160MHz clock oscillator for my FPGA. The least expensive I found was either LVDS or LVPECL type for this frequency. I used a CMOS type before, so the output of the oscillator was GND to VDD. I wanted to ask if I could use LVDS or LVPECL type in the same configuration as CMOS, that is, by connecting OUTN to GND in order to obtain oscillations GND to VDD? Would I still need the 100 Ohm resistor between the terminals? Why?

Also, why are these oscillators so expensive? Are there alternatives?

Best Answer

(answering from the comments)

You could use a slower, inexpensive oscillator as your base clock, then use a PLL in the FPGA to generate various internal clocks at higher, lower or equal frequencies for use in your design.

The functionality of the PLL's that are available to your design will depend on the type of FPGA; by way of example (modern) Xilinx parts typically allow both multiplication and division by user-selectable integers between 1 and 32. Multiple stages can be cascaded to get finer frequency adjustment.

Extending this to your requirements, you could use an inexpensive 16MHz oscillator as your base clock and use a PLL to multiply it by 20 to 320MHz for use in your design.

Exactly what your options are will depend on what type of FPGA you're designing for and how tight your clock tolerances are. You need to carefully read through the datasheets of everything that you're considering using.