Multiplier circuit with two 4-bit inputs and an 8-bit output using NOR gates

Thread Starter

Jofrey

Joined Dec 6, 2020
3
Hi everyone.
I have to create a multiplier circuit.
The multiplier must have two 4-bit inputs and an 8-bit output.
Only NOR gates are allowed (hint: create subcircuits for the other gates, using only NOR, and use your subcircuit in the multiplier).
 

Thread Starter

Jofrey

Joined Dec 6, 2020
3
This is my circuit. I did it on Logisim. As in the exercise i had to use only NOR gates, so I created complementary circuits (AND, FULL ADDER, HALF ADDER, using NOR gates).
However, my circuit is wrong and I can't find its error.


4 by 4 multiplier.png




Circuits created using NOR gates

AND

and using NOR gates.png


FULL ADDER
full adder using NOR gates.png




HALF ADDER

hal adder using NOR gates.png
 
Top