*** file   : simplis_042_state_machine_lookup_table.txt
*** example: simplis_042_lut_dont_care_example.sxsch
***
***				Current State	|	Next State
*** A	B	C	D	B1	B0	|	B1	B0	S03	S02	S01	S00
0	-	-	-	0	0	|	0	0	0	0	0	1
1	-	-	-	0	0	|	0	1	0	0	0	1
-	0	-	-	0	1	|	0	1	0	0	1	0
-	1	-	-	0	1	|	1	0	0	0	1	0
-	-	0	-	1	0	|	1	0	0	1	0	0
-	-	1	-	1	0	|	1	1	0	1	0	0
-	-	-	0	1	1	|	1	1	1	0	0	0
-	-	-	1	1	1	|	0	0	1	0	0	0
