Question: Design of 2 - bit unsigned adder: Consider the addition of two 2 - bit unsigned integers X ( x 1 x 0 ) and

Design of 2-bit unsigned adder:
Consider the addition of two 2-bit unsigned integers X (x1 x0) and Y (y1 y0) producing a 3 bit sum Z (z2 z1 z0).
(a) Draw the truth table showing the 3-bit output (Z) for all possible 2-bit inputs (X and Y) and from the truth table, write the (un-simplified) Boolean functions for each of the three outputs (z2, z1, z0) in terms of the four input bits (x1, x0, y1, y0).
(c) Using the Boolean identities, simplify each of the output functions into the corresponding minimal Boolean function. Show all the steps in your simplification indicating the identity used in each step.
(e) Draw the logic circuits implementing your minimal Boolean functions to generate the output bits from the input.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!