Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSignalTap II questions
Hi, I have 2 questions regarding SignalTap: 1. Sometimes I see 2 active states in a state machine - how is it possible? I assume that it means that there is a bug, what kind of bug can cause tha...
Altera_Forum
Honored Contributor
14 years agoYou have fewer chances of getting timing problems when you reduce the clock frequency, but you could still have some (and even at low frequencies, you can have hold problems).
Are your input signals synchronized with the clock? If not, then you need to add synchronization stages on the FPGA inputs, to avoid metastability issues that could put your state machine in an unknown state. Check also that the signal that resets your state machine is synchronously released with the state machine's clock.