You must login before you can post a comment.
Author: SARTHAK GOEL
Forked from: SARTHAK GOEL/4 Bit Full Adder/Subtractor
Project access type: Public
Description:
A 4-bit binary full adder adds two 4-bit binary numbers together. It gives a 4-bit sum and a carry-out bit.
It uses four smaller adders to handle each bit and any carry from the previous bits.
It is implemented by using XOR gate, AND gate, and OR gate.
Created: Oct 20, 2024
Updated: Oct 20, 2024
Comments