Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSignalTap II version 13.0.1 Status Flags do not get set.
I have a state machine. The counters work but the status flags do not. Ex. code below. if (condition1) begin set f1; goto ST2; end else begin reset c1; goto ST...
Altera_Forum
Honored Contributor
11 years agoHow do you know the flag is not set? You don't read it, but just write, in your state machine.
Actually, you can setup the initial value of counter and flag when acquisition is started. By default, they are 0s. I remember there were problems of changing names and initial values using that table windows in a few versions. I wonder if this could be related.