- Find a state assignment for the following FSM using the state assignment procedure presented in class
|
w = 0 |
w = 1 |
| A |
B/0 |
E/0 |
| B |
D/0 |
A/1 |
| C |
D/1 |
A/0 |
| D |
B/1 |
C/1 |
| E |
A/0 |
A/0 |
- Find the state assignment for the following FSM using the state assignment procedure presented in class
|
w = 0 |
w = 1 |
| A |
B/0 |
E/0 |
| B |
A/1 |
C/1 |
| C |
B/0 |
C/1 |
| D |
C/0 |
E/0 |
| E |
D/1 |
A/0 |
- Find the state assignment for the following FSM using the state assignment procedure presented in class
|
w = 0 |
w = 1 |
| A |
B/0 |
D/1 |
| B |
A/1 |
C/0 |
| C |
D/0 |
A/0 |
| D |
C/1 |
B/1 |
|