Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
drat
Posts: 2
Registered: ‎04-05-2012
0

LOC_PINS constraint not working

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

Xilinx Employee
Xilinx Employee
ywu
Posts: 2,861
Registered: ‎11-28-2007
0

Re: LOC_PINS constraint not working

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




Cheers,
Jim