Forum Discussion
Altera_Forum
Honored Contributor
19 years agoonly a remark,
I have not much experience with optimization, but you must e.g. tell the compiler sometimes not to optimize, e.g. volatile variables. perhaps without optiomisation you can omit volatile, but you need it when optimization is switched on.