2024 Fall_ECE 194 Digital Design_HW_009
2024 Fall_ECE 194 Digital Design_HW_009
Problem 1. A sequential circuit with two D flip-flops A and B, two inputs, x and y;
and one output z is specified by the following next-state and output equations. (4
pts for each)
𝐴(𝑡 + 1) = 𝑥𝑦 ′ + 𝑥𝐵
𝐵(𝑡 + 1) = 𝑥𝐴 + 𝑥𝐵′
𝑧=𝐴
Problem 2. A sequential circuit has two JK flip-flops A and B and one input x. The
circuit is described by the following flip-flop input equations. (4 pts per each)
𝐽𝐴 = 𝑥 𝐾𝐴 = 𝐵
𝐽𝐵 = 𝑥 𝐾𝐵 = 𝐴′
(a) Derive the state equations 𝐴(𝑡 + 1) and 𝐵(𝑡 + 1) by substituting the input
equations for the J and K variables.
(c) Draw the state diagram corresponding to the reduced state table.