Guest
Hi Guys!
I am trying to code the following sequential re-coder/scrambler FSM in VHDL.
000 -> 110
001 -> 101
010 -> 111
011 -> 110
100 -> 010
101 -> 011
110 -> 010
111 -> 000
I understand this is an NFA and must be converted to DFA before implementing.
I was able to convert into a DFA, but I am not sure how to assign the output for the merged states. Help on this would be appreciated.
I am trying to code the following sequential re-coder/scrambler FSM in VHDL.
000 -> 110
001 -> 101
010 -> 111
011 -> 110
100 -> 010
101 -> 011
110 -> 010
111 -> 000
I understand this is an NFA and must be converted to DFA before implementing.
I was able to convert into a DFA, but I am not sure how to assign the output for the merged states. Help on this would be appreciated.