3 Bit Adder to Hex
0 Stars     11 Views    

Author: Dragons

Forked from: Adil Ahmed/Two 3-bit number Adder

Project access type: Public

Description:

A circuit that adds two 3-bit numbers using a half-adder and a full-adder.

A circuit that takes two 3 bit binary numbers then calculates their summation using XOR, AND and OR gates. This generates 4 output lines for 4 bits of the summation, and a reversed splitter is finally used to join the output lines to produce a 4-bit output and displayed using a Hex-Display. 

This is a ripple-carry adder.

Created: Mar 21, 2023

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.