Question: can you please solve this question specially part C please. thanks. (a) Draw a state diagram for an FSM with no inputs and three outputs
(a) Draw a state diagram for an FSM with no inputs and three outputs x,y, and z. xyz should always exhibit the following sequence: 000,001,010,100, repeat. Set the initial state to output 000. (b) Amend the state diagram to add an input P that can pause the sequence when set to 0 . When input P returns to 1 , the sequence resumes from where it left off. c) Repeat \#6, but add an input P that can stop the sequence when set to 0 . When P returns to 1 , the sequence starts from 000 again. Hints: A waiting state must be added to each state, because P=1 does two things depending on the previous value of P. P=1 to P=1 moves to the next state, while P=1 to P=0 to P=1 moves to a waiting state and then back to start
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
