You are on page 1of 8

Finite State Machines Worksheet

Concept Inventory:

• State transition diagrams & FSM truth tables


• Register & ROM implementation
• Equivalent FSMs; equivalent state reduction
• Metastability: causes and cures

Notes:

FSMs are EQUIVALENT if and only if


every inputs sequence yields identical
output sequences.

Two states are equivalent if


1. both states have identical outputs, AND
2. every input transitions to equivalent
states.

Metastability:

Arcs leaving a state must be (1) mutually


exclusive, and (2) collectively exhaustive.

Quarantine time reduces p(metastable)

6.004 Worksheet - 1 of 7 - Finite State Machines


MIT OpenCourseWare
https://ocw.mit.edu/

6.004 Computation Structures


Spring 2017

For information about citing these materials or our Terms of Use, visit: https://ocw.mit.edu/terms.

You might also like