Consider a clocked synchronous state machine with two inputs, Aand B, and a single output Z that is 1 if
(1) A had the “same†value at each of the “three“ previous clockticks, or
(2) B has been 1 since the last time that the first conditionwas true.
Otherwise, the output should be 0.
* Find the state/output table with the minimum state for thismachine and draw the state diagram.