3
\$\begingroup\$

One of my hardware modules uses a state machine which is triggered when the input signal IN is HI (that's an LVDS pair on Microsemi proASIC FPGA). The problem arises when nothing is connected to the LVDS input pair - so my state machine triggers spontaneously, as expected. I wanted to "Pull down" the input and tried to set the constraints for IN_P and IN_N pads with -res_pull down and -res_pull up respectively in the constraints file as suggested here. This gave me errors saying that those are unknown pin attributes. And indeed, when I opened the interactive compile interface, there was no option to select up/down pin pulling for the LVDS standard.

enter image description here

But then, how to set my LVDS input to a known (low) state when it is not connected? Is this limitation Microsemi specific, device specific, or there is no such thing as pulling LVDS pairs internally?

asked Sep 24, 2018 at 12:57
\$\endgroup\$
2
  • \$\begingroup\$ What device? I've had to use external pull up/downs with microsemi devices before. \$\endgroup\$ Commented Sep 24, 2018 at 13:28
  • \$\begingroup\$ @DonFusili It's a M1A3P1000L \$\endgroup\$ Commented Sep 24, 2018 at 13:36

1 Answer 1

1
\$\begingroup\$

Under the set_io command (page 282, specifically), it lists that only certain IO standards can take pullups/pulldowns. Newer versions of this guide list what standards can take pullups/pulldowns, but aren't for the ProASIC3 specifically. Unfortunately, LVDS isn't one of the standards that can take pullups/pulldowns.

answered Sep 24, 2018 at 23:13
\$\endgroup\$
2
  • \$\begingroup\$ So, need to use external resistors? \$\endgroup\$ Commented Sep 25, 2018 at 1:10
  • \$\begingroup\$ It appears that way, unfortunately. \$\endgroup\$ Commented Sep 27, 2018 at 16:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.