ATsao3
New Contributor
1 month agoState machine question in Arria X device
Hello all,
In my design, there has a state machine having 28 states.
The function is all good in RTL simulation.
After full compilation and program to the device. There will be some state doesn't work.
Checking the state machine viewer, the state machine using one-hot encoding style.
If I only change encoding style to "gray" or "sequential", RTL code doesn't change.
The state machine work correctly!
What's the problem?
How can I debug and prevent this problem?
Environment : Quartus Prime Pro Edition 19.2.
Thank you all.