Searched Projects

Tags: overflow

project.name
0 Stars     80 Views

Full Adder Ripple

Full Adder Ripple

A Full Adder with two inputs and one carry input representing two numbers to add. Three Full Adders in a Ripple representing three digit numbers. A XOR gate representing overflow.


project.name
0 Stars     62 Views

4 bit Adder / Substractor

4 bit Adder / Substractor

A simple adder that adds two 4-bit integers and returns the result on a hex display.
It also keeps track of the flags.
It can also subtract if the ADD/SUB is 1
ADD/SUB = 0 => add
ADD/SUB = 1 => sub