R
RealInfo
Guest
Hi all
What is the best FIR ADDER implemntation ?
I mean the unit that adds all mulitlicanion results .
The FIR output is > (Xn * Coefn) + (Xn-1 * Coefn-1) .....+ (Xn-k *
Coefn-k )
So the addition may be done in several ways : Arrray adder , accumulate
adder , synthesiser originated adder of A + B + C +...N .
The point is to make coding easier by avoiding RTL level coding and leting
the synth to do the translation to gate level .
My question is what is the best attitude , RTL coding or synt generated gate
level ?
Thanks in advance
EC
What is the best FIR ADDER implemntation ?
I mean the unit that adds all mulitlicanion results .
The FIR output is > (Xn * Coefn) + (Xn-1 * Coefn-1) .....+ (Xn-k *
Coefn-k )
So the addition may be done in several ways : Arrray adder , accumulate
adder , synthesiser originated adder of A + B + C +...N .
The point is to make coding easier by avoiding RTL level coding and leting
the synth to do the translation to gate level .
My question is what is the best attitude , RTL coding or synt generated gate
level ?
Thanks in advance
EC