I have a the State table.
Present Output Input Next
State Rst State
A B C A B C
----------------------------------
0 0 0 000 0 0 0
010 1 1 1
0x1 1 0 0
1xx 1 0 1
-----------------------------------
0 0 1 xxx 0 0 0
-----------------------------------
0 1 0 xxx 0 0 0
-----------------------------------
0 1 1 Z
xxx 0 0 0
----------------------------------- continues on until present state 111
I have been ask to construct a state map from this table. I am completely lost as I don't even know where to start, any help understanding what the information in the table is telling me is appreciated.
Thanks.
Present Output Input Next
State Rst State
A B C A B C
----------------------------------
0 0 0 000 0 0 0
010 1 1 1
0x1 1 0 0
1xx 1 0 1
-----------------------------------
0 0 1 xxx 0 0 0
-----------------------------------
0 1 0 xxx 0 0 0
-----------------------------------
0 1 1 Z
xxx 0 0 0
----------------------------------- continues on until present state 111
I have been ask to construct a state map from this table. I am completely lost as I don't even know where to start, any help understanding what the information in the table is telling me is appreciated.
Thanks.