You must login before you can post a comment.
Author: Batmyagmar B.
Forked from: Sharmin Zaman/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: Nov 02, 2024
Updated: Nov 02, 2024
Comments