Digital Logic Modify the FSM of the table below so that it e
Digital Logic: Modify the FSM of the table below so that it expects pulses input a every six cycles, rather than five. Draw the state diagram for the modified FSM.
NOTE: Please do on paper and submit photo here.
| r | s | qold | qnew | 
| 0 | 0 | 0 | 0 | 
| 0 | 0 | 1 | 1 | 
| 0 | 1 | X | 1 | 
| 1 | X | X | 0 | 
Solution
no idea

