You must login before you can post a comment.
Author: Pooja Choudhary
Forked from: Pooja Choudhary/Half Adder, Full Adder, Adder-Subtractor, Multiplier
Project access type: Public
Description:
A full adder is a combinational circuit that forms the arithmetic sum of three input bits. You can use the 4 full adders to form a 4 bit ripple carry adder. Next, you can add a subtractor by using a selection line and Xor gates to get 2's complement. Finally, you can make a 4 bit multiplier by using 3 4-bit adders.
Created: Oct 27, 2021
Updated: Aug 26, 2023
Comments