Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help needed for Pin Allocation for Xilinx ISE4.2

Status
Not open for further replies.

sanjay

Full Member level 1
Joined
Jul 4, 2003
Messages
98
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,012
HI there,

A help is required in the Xilinx ISE 4.2 Software.
I know that xilinx automatically allocates pins for the device architecture.
But we want to allocate pins manually..

Does anybody know how to do it.

Help would be appreciated

Thanks
 

Hi!

Look @ this post!

**broken link removed**


Bart
 

there are 2 possibilities:
1. assigning the pins in the constraints editor (not always working)

2. manually editing the constraints file (*.ucf). It can look like that:

NET digit_select<0> LOC=P3;
NET digit_select<1> LOC=P5;
NET digit<1> LOC=P20;
NET digit<0> LOC=P21;

I'd suggest the last method cause there seem to be some bugs in the constraints editor of ISE 4 ....
Note: in the post bartart referred to the syntax is for ISE5.x (containing quotation marks)



Mik
 

attribute pin_assign : string;
attribute pin_assign of Clock_G : signal is "30";
 

Thank you guys for the reply to my much needed help.
The idea of editing the User Constraint file was really a start.

Well we found out that Xilinx itself has its own software driven GUI which allows you to specify both pin and timing contstaints and this program is known as Xilinx Constraint Editor.

Only found it out today.
But thnks for the hints and the help.

With regards
 

In ISE 5.1 or later, you can use PACE. It is very easy to use for pin assignment and area constraint.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top