Forum Discussion
Altera_Forum
Honored Contributor
8 years agoRebuilding NIOS 2 uncertainty
Hi I am experiencing an issue where a delay I have written doesn't seem to have any affect. For example, with a 48MHz clock the following: int c;
for(c=0;c<480000000;c++){
} S...
Altera_Forum
Honored Contributor
8 years agoHi Anand,
May thanks for your suggestions, I really appreciated them. I've just discovered that the compiler was probably optimising the delay loops away - as soon as I wrote out a delay in asm I had no problems at all. Kind of frustrating but there we are. :) Regards