Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Do you explicitly mean states, or logic?
State machines are encoded using one of several methods. Grey code, one hot and counter. By default it will encode 1 hot. Minimization can occur during synthesis - Altera_Forum
Honored Contributor
--- Quote Start --- Do you explicitly mean states, or logic? State machines are encoded using one of several methods. Grey code, one hot and counter. By default it will encode 1 hot. Minimization can occur during synthesis --- Quote End --- I mean eliminating redundant states. Thank you very much for your time - Altera_Forum
Honored Contributor
Assuming you mean states that cannot be entered, it might depend on the encoding scheme as to whether they are removed or not. The syntheses will remove any redundant logic.