Is the P&R processing time proportional to the FPGA gate count or the size of my logic?
Jan 06, 2004 3 Replies
K
kelvin8157
Hi, there:
I am performing active-module P&R for partial reconfiguration. My fixed logic is 30K (ASIC) gates, and the variable logic modules are 0.5 & 2K gates only...Now I am P&R the variable modules with a blackbox for fixed module, how come it takes over 30 minutes but still ISE 6.1 couldn't finish this small module.
I want to know whether the P&R time is more related to my chip size OR the size of my FPGA(Virtex2, 6000K).
Besides that, how may I derive the output file names in multi-pass P&R, e.g.
4_4_1.ncd from my par command options?
Best Regards, Kelvin
Didn't find your answer? Ask the community — no account required.
R
Ray Andraka
--
--Ray Andraka, P.E. President, the Andraka Consulting Group, Inc.
"They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, 1759
V
Vinh Pham
It sounds like you have very aggressive timing specs. How fast are you clocking your FPGA? There should be a *.par report file that gives you some details about your design. Does it show your design having many levels of logic?
I've never done ASIC design, but perhaps you folks don't use flip-flops a lot. FFs are "free" in FPGAs so we tend to stick as many of them into our datapaths as we can. I habitually stick in FFs after only a couple levels of logic, if I can afford the latency. Sometimes I'll throw in one right after a single AND gate because it's "free".
By "chip size" do you mean "design size"? I don't think the capacity of your FPGA makes a difference, unless your design is close to 100% utilization, then the tools have less room to work, on top of more routing congestion.
Having too much space might also be a problem if the tools place your logic far apart just because they can. If you see it doing that (by looking with Floorplanner) you might want to set an area constraint to force your logic into a reasonable area..
The speed grade (e.g. -6,-7,...) of your FPGA might be more of an issue than size.
Regards, Vinh Pham vinh-pham (a) hawaii rr com
K
kelvin8157
Thank you all for your response. Now I understand that for same design the run time and RAM usage do increase with the FPGA cip size.
Best Regards, Kelvin
design and
your
(I've got
without
simply
it
variable
the
e.g.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.