Altera_Forum
Honored Contributor
16 years agonoping
Hi, if I want the NIOS to do nothing or nop for 100 cycles so does this code below work it well, for (i=0; i< 99; i++) { asm ("nop"); } In other words, does every "nop" pause th...