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.

FFT Hardware Implementation

Status
Not open for further replies.

qmriso

Member level 5
Joined
Nov 30, 2006
Messages
80
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,879
I am trying to Implement 8 pt Radix 2 Butterfly DIF FFT on an ASIC

I have just finished preparing the logic how to do it .... I just wanted to know which are the best Adders and Multipliers that I could use in my butterfly ???

Adders and Multipliers should be more efficient - is the citeria
Thanksa lot!
 

if u r doing asic just write
assign c = a*b;
and give directive to the DC.
it will use the multiplier and adder u specified.
or if u use design ware foundation libraries and optimizing for speed booth recoded mul's and prefix adders are synthesized.
 

As far as adders go , if u simply put a plus and let RTL Compiler , it will put an efficient adder as RC is pretty good in carry save optimizations
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top