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.

Cost of multiplication relative to addition

Status
Not open for further replies.

fath

Junior Member level 2
Joined
Oct 10, 2004
Messages
22
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
163
I'm doing a rough complexity estimate of an algorithm. What is a reasonable
value of the cost of a real multiplication relative a real addition? That
is, how many real adds is a real multiplication worth?

I mean I may use a fixed point hardware platform in terms time consuming, hardware complexity and etc.

And what if a float point hardware platform?
 

It depends, in case you are doing it on a DSP chances are the cost is the same: 1 instruction slot. It might depend on DSP. Same thing for general purpose CPUs.

If you are designing hardware than I would say that a multiplier can be represented as 5*cost of adder. It will of course depend on width of operands as well as the type of multiplyer/adder.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top