Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThere is an infinite loop that is entered after main runs to completion. The loop will get cached and after an iteration you should see the Nios II masters idle (not access memory).
In the BSP/syslib settings is an option to remove this loop. This is done by turning off the 'clean exit' option but I wouldn't recommend doing so since you will not know how it'll behave after main exits. If you have a main that can't exit then in my opinion it is safe to disable this. Also for Nios II questions I recommend posting in one of these sections instead: http://www.alteraforum.com/forum/forumdisplay.php?f=37 You'll have more Nios II experts see your post that way :)