LVDS
Hi,
I am using Intel Arria 10 GX FPGA development kit.
DK-DEV-10AX115S-A
The development kit has two FMC connectors FMC A and FMC B. There are LVDS standard pins in the connector.
I am trying to use three pins from FMC B.
My design is simple. I am just driving the three pins with hard coded 1 and 0, and configured as LVDS standard in the qsf.
pin 1 <= '1';
pin 2 <= '0';
pin 3 <= '0';
just few lines of code and no LVDS IP used. I believe this is enough to see something from the connector, but when I probe with scope I see that all three pins are just showing 1.8V. Am I missing something?
Thanks,
MK
You don't need to connect differential termination to see specified LVDS voltage range. Unterminated pins simply swing to VCCIO and GND for 1 and 0 state. In so far termination isn't required to see LVDS output working. There must be another elementary problem in your test, e.g. probing wrong FMC pins.