Forum Discussion

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

Quartus II Initalization Problem...

In the code below, the num variable is initialized to 0. It basically gives an error saying it is stuck in the while loop. When I explicity state that num is 0 inside begin of the process, it works...