Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe reserve assignment is what you want to use.
As an example:set_location_assignment PIN_P4 -to user_reserve_1
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to user_reserve_1 What you select for the driving value is up to you and depends on what the pin is connected to. You must have some reason for wanting to prohibit use of it. Do you want to tri-state the pin, give it a weak pull-up, make it drive ground, make it drive high? Jake