Searched Projects

Tags: hex

project.name
2 Stars     1560 Views
User:

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

A circuit that takes two decimal numbers A and B as input and then splits in into their corresponding three bits using a splitter and 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.


project.name
0 Stars     391 Views

Hex Display

Hex Display

4 bit LED display that shows the corresponding input in Hexadecimal value (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F)


project.name
0 Stars     199 Views

4-bit value to Hex representation

4-bit value to Hex representation

Converts a 4-bit value to a 16-bit value that is readable by a 16-segment display.


project.name
2 Stars     78 Views

This is a Hexadecimal ALU with 6 status flags!

UF and OF are underflow and overflow respectivly 


project.name
0 Stars     44 Views

bintohex

bintohex

The circuit was made by a beginner to get some experience working with logic gates, k-maps and simulation software, there are many things that can be improved. Open for suggestions.


project.name
0 Stars     79 Views
User:

A collection of binary adders with Binary, Hex, and Decimal input and output representation


project.name
0 Stars     13 Views
User:

3-bit sequential adder that saves the output sum to a 4-bit shift register and displays the output on a hex 7-segment display.