- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I would like to know if there is a QSF setting that is similar to the Xilinx Prohibit setting. The prohibit setting disallows the use of a pin location e.g. CONFIG PROHIBIT = "A10"; disallows the use of pin A10 The only setting I could find is reserve_pin but I am not sure if this does the same as I also have to set a driving value. If this is a similar setting what should I select for the driving value? Thanks, DevasLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The 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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page