4 bit multiplier logic gates diagram

logic-gatesmultiplier

I have an assignment that requires building 4-bit Multiplier in two ways:

1) using only FA1bit and AND logic gates.

2) using only FA8bit(Full adder for 8bit numbers) , Mul2bit(Multiplier for numbers with 2 bits) and AND logic gates .

i figured out the first way , but i cant figure out how to do the second way .

(of course im talking about binary numbers)

thanks

Best Answer

You need to think about how you multiply decimal numbers by hand.

Now, think of your two 4-bit binary numbers as being written in base 4.

Do you see the analogy? Do you see how 2-bit multipliers might apply?