You must login before you can post a comment.
Author: Alexus Agard
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: Oct 17, 2024
Updated: Oct 18, 2024
Comments