Thursday, July 23, 2020

What is FSM and what are its types?

FSM: Finite State Machine
It is a sequential circuit consisting of a combinational circuit, a storage element, and a feedback path from output to the input. Change in FSM state from one state to another is called transition.

FSM are of two types:
1. Mealy Machine: Output is a function of the current state and the applied input.
2. Moore Machine: Output is a function of the current state only.

State Diagram: It describes the behavior of a finite state machine. 

No comments:

Post a Comment

Featured Post

Why there is a massive chip shortage in the semiconductor industry?

Potential factors like economic disruption due to COVID-19, working from home, wafer yield issues, and shortage for 200 mm wafer capacities ...