Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSignalTap II fails to acquire events
Hello, I'm using SignalTap II to debug and verify my Cyclone V SOC design. On the signal list there's an enumerated type VHDL FSM with 10 states. The FSM moves consecutively from one state ...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Doesn't the "others" statement make the FSM safe ? --- Quote End --- It does not because it's only considered in synthesis if it covers a defined state. Safe encoding adds a reset to initial state for any illegal (undefined) state. As sstrell mentioned, enforcing a full case binary encoding would be the other option. But it blocks synthesis from optimizing the state machine logic.