Altera_Forum
Honored Contributor
8 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 to the other in a circular round robin fashion (there's no jumping between states). I set the trigger on continuous acquisition for one of the states. The acquisition level is '1' (high). The condition gets triggered once in every 10 clocks and the waveform is shown on the screen. However, if I leave the system on for enough time (hours) the triggering stops occurring automatically. When I assert a manual trigger and view the waveform - non of the 10 states is active. As if the FSM moved to a state not from the valid list of states. Notes: 1. The design has no timing violations. 2. The clock that controls the FSM is also used to trigger SignalTap II. 3. The FSM is written in a single clocked process. 4. The "when others" clause isn't used. What can be the cause?