
3) (30 points) Given three 8-bit unsigned inputs A, B, C, design a circuit that outputs...
Design a circuit with three inputs representing an unsigned 3-bit int, N. Also representing bits of an unsigned 3 bit number M where M=(N+2) mod 8. Please show your truth table, Boolean function for the above circuit and the final circuit using only OR, AND And NOT
9) (2 points) You are given two, 3-bit, two's complement integers A[2:0, B(2 : 0). You are asked to design a two's complement (signed) comparator circuit that produces f = 1 when A > B; otherwise f = 0. Design the above circuit (block diagram) assuming that you are given: i) pre-designed 3-bit unsigned comparators (f = A > B), ii) MUXes, and iii) any AND/OR/XOR/NOT Boolean logic gates.
[Paperl (10 pts.) Design a circuit that takes in four 4-bit unsigned numbers, A (A3..Ao), B (B3..Bo), C (C3-C), and D (D3..Do) and produces the 6-bit unsigned sum of those numbers. You should use three 4-bit adder blocks (74LS283's), and a minimal number of full adders or half adder build blocks. You should organize your adder circuits to perform as many additions in parallel (at the same time) as possible. Getting started: Write out the columns of addition and see...
part c
Problem 3 [10 points a) (5 points) Construct a circuit that takes as input a 3-bit number X-XXXo and increments it by one. L.e. if the input is 101 the output should be 110. Use only half adders. b) Construct a circuit that takes as input a 3-bit number X-XXxo and decrements it by one 1. (5 points) Show the truth table of the circuit. Then use a decoder and additional gates to implement it. So Ys Y2...
A comparator circuit has two 1-bit inputs A and B and three 1-bit outputs G (greater), E (equal), and L (less than). That is, G is 1 if A > B (0 otherwise), E is 1 if A == B (0 otherwise), and L is 1 if A < B (0 otherwise). a. Draw the truth table for a 1-bit comparator (the table has 2 inputs and 3 outputs). b. Implement G, E, and L circuits using only...
Design a combinational circuit which inputs a three-bit binary number, and outputs the input number PLUS two if the input is less then or equal to 3, and outputs the minus two if the input is greater than 3. This should include the truth table for the operation, the karnaugh map(s), and the resulting circuit.
A comparator circuit has two 2-bit inputs, A(0,1) and B(0,1) [4 total inputs], and three 1-bit outputs, G (A greater than B), E (equal), and L (A less than B) (hint: Compare two bits against two bits, for example, if inputs are 0010, then B is greater than A). Write the logic equation for each output, and draw the logic diagram for each output using 8 to 1 Multiplexers (3).
Design a combinational circuit with three inputs, x, y, z, and three outputs, A, B, C. When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. When the binary input is 4, 5, 6, or 7, the binary output is two less than the input.
Design a circuit with three inputs (A, B, C) and two outputs (F1, F2). The first output F1 is logic 1 if the number of l’s in the binary number is less than the number of O's, otherwise F1 is logic 0. The second output F2 is 1 if the binary input is 2, 4, 5, 6,7 otherwise the second output F2 is logic 0. a. Derive the truth-table for F1 and F2 as a function of the 3 inputs....
Design a 3-bit down counter FSM with no inputs and three outputs. Do this using a T flip flop. a. Draw a state diagram and the corresponding state table. b. Derive the equations for output functions and flip-flop input functions c. Draw the logic circuit diagram