Skip to content

Latest commit

 

History

History

02. Simple FSM 1 (sync reset)

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple FSM 1 (synchrounous)

This is a Moore state machine with two states, one input, and one output. Implement this state machine. Notice that the reset state is B.

This exercise is the same as previous, but using synchronous reset.

alt text

Solution --> FSM Design