- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
LOC_PINS constraint not working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-05-2012 02:01 AM
Good morning
I'm trying to constraint the pins of LUTs in proxy logic but it is not working, may you anybody advise me how to use LOCK_PINS constraint (in UCF file) correctly. It is syntax example from Xilinx Constraint guide: INST I_894 LOCK_PINS=I3:A1,I2:A4; What do mean "I3" and "A1" etc..
Thank you very much for yours answer
Drat
Re: LOC_PINS constraint not working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-06-2012 04:10 AM
Trying setting LOCK_PINS=ALL
I0, I1, I2, I3 are the pin names on a LUT primitive in the device library (check the libraries guide for your specific target device)
A1, A3, A3, A4 are the pin names used for the device model of LUT in FPGA. You will see those pin names when you look at a LUT inside FPGA_EDITOR.
drat wrote:
Good morning
I'm trying to constraint the pins of LUTs in proxy logic but it is not working, may you anybody advise me how to use LOCK_PINS constraint (in UCF file) correctly. It is syntax example from Xilinx Constraint guide: INST I_894 LOCK_PINS=I3:A1,I2:A4; What do mean "I3" and "A1" etc..
Thank you very much for yours answer
Drat
Jim











