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.

how will the selection of FPGA affect the utilization for a common program? (Xilinx)

Status
Not open for further replies.

his_grace

Newbie level 5
Joined
May 27, 2013
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,333
Hi,
I am using Xilinx ISE 9.2 for my program code. Will the number of slices used, slice registers used, LUTs, IOBs etc change if we change the FPGA device, if we use the very same program for all these devices? Am working on Virtex2p, vitex4, spartan3, spartan3e... The same program should use only same number of slices even if it is on different devices. Am I right? If not, why is it so?
 

No, it likely will not be the same.

The different families have different internal stuctures. The number of inputs per LUT may differ between familes (Spartan3 vs Virtex2 vs Virtex4, etc.), so that number may differ depending on how you are using them. IOB's may be able to utilize registers in one family that may not exist in another. There is no real comparison between different families of parts.
 
Heres something that also may confuse you: two builds with exactly the same source code and exactly the same chip can have different resource usages. It can depend on other things like project settings, timing specs and fitter seed.
 
Heres something that also may confuse you: two builds with exactly the same source code and exactly the same chip can have different resource usages. It can depend on other things like project settings, timing specs and fitter seed.

Ohh that is something serious I should look into.
Thanks lot
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top