32/16 divider, ASIC(Designware) Vs Xilinx FPGA(Coregen)

Guest
Hi all,
I wanted to use a 32/16 divider circuit in one of my designs. I found
Synopsys designware provides Pipelined dividers and decided to use it.
I synthesised DW-divider and found a 3-stage pipeline required to meet
my timing requirement of 20MHz(50ns) in TSMC .13u technology.

Since I wanted to FPGA prototyping for my asic, I thought of using Core
generator divider while synthesising for Xilnx FPGA..

Now the Interesting fact I found is, a 32/16 divider from Xlinx core
genrator can be synthesised(using XST synthesis)to 150Mhz easily for a
Virtex-2 (Xc2v2000)FPGA with just one stage pipeline..

At the same time DC-ultra 2004.06-1 is struggling with Designware
foundation divider for meeting a timing of 20MHz with 3 stage
pipeline....

I am confused.......... I always thought ASIC synthesis gives more
frequency for an RTL code...

What I can assume is SYNOPSYS Designware divider is a very bad
implementation of divider...

Any comments/Clues are welcome..


Thanks
Deepu John
 
Forgot to mention that, I use Xlinix ISE version 7.1i for FPGA
synthesis...
 
I would imagine that the Xilinx core takes multiple cycles to perform
the divide (and thus is not pipelined), whereas with the Synopsys
divider, you can probably start one divide per cycle, each having a
latency of 3 cycles. Don't know though, never used them.

Cheers,
Jon
 
1. I don't believe it can run 150MH without pipelines within the FPGA.
2. There are some hardcore of multipliers in the FPGA and it is used to
do divide by multiplications.
3. Please post futher information about it.
4. For pipeline divide algorithm, every clock may permit to feed data
with several clocks of delays to get the result.

Weng
 

Welcome to EDABoard.com

Sponsor

Back
Top