Homework #5 Problem #2
0 Stars     26 Views    

Author: italo

Forked from: Eric Sexton/Homework #5 Problem #2

Project access type: Public

Description:

Design a circuit with three inputs x, y, and z representing the bits in a binary number, and three outputs (a, b, and c) also representing bits in a binary number. When the input is 0, 1, 6, or 7, the binary output will be the complement of the input. When the binary input is 2, 3, 4, or 5, the output is the input shifted left with rotate. (For example, 3 = 011 outputs 110; 4 = 100 outputs 001.) Show your truth table, all computations for simplification, and the final circuit.

Created: Jul 17, 2022

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.