You must login before you can post a comment.
Author: DIEGO ALEJANDRO BULLON MEDINA
Forked from: Kionna Kanoyton/Circuit 3.2
Project access type: Public
Description:
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.
Created: Sep 07, 2023
Updated: Sep 07, 2023
Comments