doubts about asynchronous state machines

Thread Starter

imamendes

Joined Nov 30, 2019
1
I was wondering if this primitive flow table is fine.
when X0 X1 X2 / output = 000/00 - initial state
X0 X1 X2 / output = 111/10 - victory
X0 X1 X2 / output = 110/11 - impossible
the other situations are a defeat (01)tabelalab3.PNG
 
Top