In: Electrical Engineering
Design a clocked synchronous state machine with two inputs, A
and B, and a single output Z that is 1 if
(1) A had the “different” value at each of the two previous clock
ticks, or
(2) B has been 1 since the last time that the first condition was
true.
Otherwise, the output should be 0.
Design a State assignment using decomposed process. Use D
flip-flops , Design next-state logic using minimal 2-level
NAND-NAND. When designing Next-state logic, don't consider
multiple-output minimization.
P.S:
Please provide your valuable feedback by a thumbsup. Your thumbsup
is a result of our efforts. Thanks in advance!