4-Bit Binary Adder Simulation Using Logisim
4-Bit Binary Adder Simulation Using Logisim
Using Logisim
The ′F283 is a full adder that performs the addition of two 4-bit binary words.
The sum (Σ) outputs are provided for each bit and the resultant carry (C4) output
is obtained from the fourth bit.
In order to make a full adder, we have to use 2 XOR gates, 2 AND
gates and an OR gate. The circuit for the full adder is shown
above.
The full adder works by putting inputs A and B through a XOR
gate, then taking the output from that and XORing it with the
Carry-in. This gives you the bit output.
4-BIT BINARY ADDER