Figure 1 shows the state transition diagram for an FSM that has 3 inputs, A, B, and C (along with clock and reset) and one output Y. The FSM detects when A and B are both pressed at the same time followed by C being pressed. When this sequence of events is detected, the output Y asserts (i.e., becomes 1) and remains 1 until C is no longer being pressed. At that point, the FSMcontinues to look for this pattern.
1. Write an unencoded State Transition Table for the FSM.
2. Write the unencoded Output Table for the FSM. Remember that the output (Y) depends only on the current state.
Extracted text: Reset – SO АВ АВ S1 C S2 Y=1 C Figure 1. State Transition Diagram for Exercise 1
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here