Altera_Forum
Honored Contributor
18 years agoglitches in FSM output signals
Hello..I have a FSM (mealy type). The FSM is coded as three processes. The first process move the state forward on every rising clock edge. The second process only takes care of the state transition based on current state and some input signal. The last process generates output based on current state and some input signal...I did a functional simulation, everything looks fine. but in timing simulations, I have glitches in my output signals...
My question is...what are the possible causes of this kind of problem? I looked closely at my timing simulation...It looks like there's "undefined" state..this is inbetween two defined state..and the output glitches happens here.. any suggestion?