Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNo, there is not a single Warning about my Pulsecounter, everything works just fine. I use the rising_edge on the Input to Increment the Output-Signal. That's all. I even don't see a chance for any loop. It's just like "If (rising_edge(Input)) then (Output + 1) else (Output)". Sorry to disappoint you.
Hmm, perhaps they are using an attribute like 'STABLE or 'STABLE(t) on the Inputs to ensure the data will not be read during changing.