input A(8 bits)-> two's complement
input B(8 bits)-> two's complement
output F(8bits)--> F= A times B;
How can I design an two's complement multiplier using 4bit full adder, decoder, mux, logic gates.
The goal is to design an 8bit ALU and one of the functions that it must performs is A times B.
So, I'm doing 1bit ALU'S and linking everything. But How can I do that?
I saw sth about Baugh-Wooley with 4bit, but How can I design it with 8 bits?
input B(8 bits)-> two's complement
output F(8bits)--> F= A times B;
How can I design an two's complement multiplier using 4bit full adder, decoder, mux, logic gates.
The goal is to design an 8bit ALU and one of the functions that it must performs is A times B.
So, I'm doing 1bit ALU'S and linking everything. But How can I do that?
I saw sth about Baugh-Wooley with 4bit, but How can I design it with 8 bits?