Altera_Forum
Honored Contributor
14 years agoglitich in the outputs
i am getting some glitiched in the outputs, i am not sure what is the reason of then glitich and how to get rid of them, the glitichs happen in the output that are not changing
This code you have registered your state machine, but the outputs from the state machine are not registered.
To register them you need to do one of two things: 1. Move to a 1 process state machine template, so that all state and outputs are registered 2. Add another process that registers the outputs. For this all of the outputs of the state machine need to be internal signals, rather than directly driving the outputs, as these will be driven from this 3rd registering process.