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.

pipeline multiplier in spartan 3

Status
Not open for further replies.

vaf20

Full Member level 3
Full Member level 3
Joined
Jan 27, 2003
Messages
174
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,479
pipelined multiplier doc

hi all
suppose we have a DSP block which include 10 multiply operand as follow:
(a0*a1 + a2*a3)(a4*a5+a6*a7)+(b0*b1+b2*b3)(b4*b5+b6*b7)
as u see , we must calculate 8 mul. at first then 2 mul. remaining.
so from speed view design plus trade of with area which method is better ?
i think pipeline multiplier give a high performance . what's ur idea?
if i am right , i would like to use spartan 3 MUL(18 bit * 18 bit or higher ) with pipeline method .can anyone give me some nice doc about pipeline multiplier in spartan 3 ?

vaf20
 

Salam,

**broken link removed**

Bye
 

shokran SphiX
but i mean use opipeline method and MUL module as a logic resource in spartan 3.
can ne1 help me ?
 

i am looking for a way to fastest method which calculate above experesion.
Gracias
 

Spartan-3 multipliers are rather quick without inner pipelining.
You have to enter registers for input data, results, and intermediate results.
But the problem is where you get the input data.
Spartan chip can provide less PAD number than needed for them.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top