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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…