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.

How to make a 10x10 multiplier using 5x5 multipliers?

Status
Not open for further replies.

ASIC_intl

Banned
Joined
Jan 18, 2008
Messages
260
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
0
Make a 10x10 multiplier using 5x5 multipliers.
 

10x10 multiplier

completely with 5x5 multipliers or an adder can also be used along with 5x5 multiplier.
 

Re: 10x10 multiplier

can u make a 4x4 multiplier from 2x2 multipliers?
 

Re: 10x10 multiplier

a,b,c,d are N bit, X * Y is 2N bit.

X=a+b
Y=c+d

X*Y=(a+b)*(c+d) = (a*c)+(a*d)+(b*c)+(b*d)
 

Re: 10x10 multiplier

What are a, b, c, d ? Why are they N bits wide?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top