n-input array multiplier

Status
Not open for further replies.

cyaung

Newbie level 3
Joined
Oct 28, 2006
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,309
array multiplier 2 bit

Dear friends,
Could you please tell me how to design an n-input (for any n>1)array multiplier with VHDL code?

cheers,
 

Please clarify:
Are you multiplying a one-dimensional array by a constant?
Are you multiplying two one-dimensional arrays, giving a two-dimensional result?
Where are the inputs and outputs stored, and what type numbers are they?
Can the process be sequential, or must everything happen in one clock cycle?
 

The array is 2 bit array multiplier(a1a0,b1,b0). The output is r3,r2,r1,r0.
Let p0=a0b0,p1=a1b0,p2=a0b1,p3=a1b1,r0=p0.
For 2 bit multiplier, it can design with 2 half adder.

But I have no idea to design for n-input array multiplier .
If somebody know, pls let me know.

thanks
 

hey is it 2's complement multiplication ??
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…