40 likes | 196 Views
Assignment 1. x 0. x 1. y 0. x 2. y 1. y 2. y 3. y 4. y 5. y 2 = x 2 x 1 x 0. + x 2 x 1 x 0. In Class Problem 1. Design a system that accepts a 3 bit input and outputs the square of the input. SQ. y 0 = x 0. y 1 = 0.
E N D
x0 x1 y0 x2 y1 y2 y3 y4 y5 y2 = x2x1x0 + x2x1x0 In Class Problem 1 Design a system that accepts a 3 bit input and outputs the square of the input. SQ y0 = x0 y1 = 0 FINISH THE DESIGN AS HOMEWORK DUE ON TBA. YOUR SUBMISSION SHOULD INCLUDE MINIMAL CIRCUITS.
In Class Problem 2:Clock Design Design a two bit down counter. Count when s=1, otherwise maintain state. S = 0 11 S = 1 00 10 01
J0 JK State Table J0=Q1s JK Excitation Table Q0Q1 00 01 11 10 0 1 Problem Excitation Table Q0 Q1 J0 K0 J1 K1 Complete the design for homework