In: Electrical Engineering
What's the schematic of the 4-bit multiplier that has
two 4-bit inputs and an 8-bit output
with pure combinational logic? Can you draw the circuit?
I have impleted the 4 bit multiplier by using the 4 bit full adder and AND gates which are purely combinational. In this implementation we are giving partial product terms as inputs to 4 bit adder at each state and final product is nothing but sum of all four partial products obtained during multiplication of (A3 A2 A1 A0) *(B3 B2 B1 B0). thank you..