Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou have to set the terminations explicitly. The ALTLVDS_RX component will not do it for you, since it can not know whether you have already used an external termination.
If you use Tcl, the constraint is of the form: set_instance_assignment -name STRATIXII_TERMINATION DIFFERENTIAL -to $port where $port is the signal name. Cheers, Dave