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 the processor for 1 cycle, or for how many cycle if he is writing to an I/O accelerator attached to avalon ?? regards Gabriel.