Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHelp Please
Does anyone have any suggestions regarding the most straightforward (easiest) way to have a Nios processor evaluate inputs continuously during run time? Using Nios II software build tools for eclipse...
Altera_Forum
Honored Contributor
15 years agoI doubt this is it, but the following code would do that:
while (1) { //evaluate inputs here } If you can post some sample code of what you are trying to do it may help people understand the question better.