Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

SignalTap 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...