ECE 2411 Assignment 2
ECE 2411 Assignment 2
1. Given a circuit containing n-Flip Flops, how many unique states can that circuit store? Justify your calculation. (10 points) 2. You are given a set of State Equations and an Output Equation. (20 points) A(t+1) = AB + Bx + Ay B(t+1) = Ax + By Z = x + y + A (a) Draw the circuit diagram if the state is stored using D-FF. (b) Generate a State Table. (c) Draw the State Diagram. 3. Given the following schematic: (30 points)
(a) Generate the State Table. (b) Generate the State Diagram. 4. You are given a set of Flip-Flop Input Equations for a circuit containing two JK-FF (30 points). JA = Ax + By KA = Axy JB = A + xy KB = Ax + By (a) Draw the circuit diagram. (b) Generate the State Table. (c) Draw the State Diagram.
5.
For problems #2 and #4, explain whether or not the final schematic represents a Mealy Model or a Moore Model Sequential Logic Circuit. Justify your answer. (10 points)