Forum Discussion
Altera_Forum
Honored Contributor
13 years agoMAC_Advance shows just regular behaviour of a FSM design. The "glitches" occur only shortly after clock edges and are ignored by any clock synchronous logic fed by the signal. If you are using the signal in an asynchronous design, it has to be registered to the FSM clock.
Problems like the present are a reason why many people prefer a simple FSM topology with one clocked process, where all signals are registered.