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...


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 FSM

continues 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.



Reset –<br>SO<br>АВ<br>АВ<br>S1<br>C<br>S2<br>Y=1<br>C<br>Figure 1. State Transition Diagram for Exercise 1<br>

Extracted text: Reset – SO АВ АВ S1 C S2 Y=1 C Figure 1. State Transition Diagram for Exercise 1

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here