You must login before you can post a comment.
Author: Krishnendu Roy 21BCE3733
Forked from: Harry Keith Edwards/Full Adder
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: Sep 14, 2022
Updated: Aug 27, 2023
Comments