Knowledge Base Article
Error (169033): I/O pin with Termination logic option setting Differential cannot be placed inside I/O Bank because the I/O bank does not support the requested Termination setting.
Description
You will see this error if the following general purpose IO LVDS input termination assignment is made to a transceiver pin location:
set_instance_assignment -name INPUT_TERMINATION "DIFFERENTIAL" -to <pin_name>
The Differential termination assignments are for general purpose inputs only.
Resolution
To assign an OCT termination to an LVDS input pin, in a transceiver bank, make the following assignment type:
set_instance_assignment -name INPUT_TERMINATION "OCT 100 OHMS" -to <pin_name>
Related Articles
- Error (169033): I/O pin <pin_name> with Termination logic option setting OCT 100 Ohms cannot be placed inside I/O Bank <bank> because the I/O bank does not support the requested Termination setting
- Can I use the INPUT_TERMINATION .qsf assignment to assign an on-chip termination (OCT) to Transceiver REFCLK or Transceiver IO pins, in Stratix V, Arria V and Cyclone V devices?
Updated 1 month ago
Version 2.0No CommentsBe the first to comment