Searched Projects

Tags: twos-complement

project.name
1 Stars     194 Views

Use 4 HALF-ADDERs to build a circuit that takes as input a 4-bit number x and on its 4-bit output computes the twos-complement of x.

Hint: first use a layer of INVERTERS to invert the input of x to produce the ones complement of x, and then add to this the value 1 to produce the two’s complement.


project.name
1 Stars     273 Views
User:

8-bit arithmetic

8-bit arithmetic

An 8-bit addition/subtraction unit with two's complement arithmetic and an accumulator.

BCD displays are added for nicer user experience.

First steps in CircuitVerse