Forum Discussion
Altera_Forum
Honored Contributor
17 years agoif you write nombre <= nombre + 1; it is like C affectation.
The synthesizer want to 'wire' nombre with "nombre + 1". I think Quartus Synthesizer will introduce a DFF by itself on signal "nombre" if the process is synchronous and alert designer that nombre <= nombre + 1 were modified. I use variable in process for edge detections for exemple.