Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEclipse EDS optimizer ommitted delay loop?
Hello! I was having this code for a simple LED blinking Nios II application based on a counter and some delays:
# include "sys/alt_stdio.h"# include "system.h"# include "altera_avalon_p...
Altera_Forum
Honored Contributor
12 years agoThats interesting...
I never thought that the optimizer would change the logic in order to optimize results. I would only expect a warning at compilation time. Anyway, I will go for the timer. How do I insert it on my Qsys system and how do I use it? Is it based on interrupts?