Forum Discussion
Altera_Forum
Honored Contributor
20 years agotrouble with the optimizing level settings
Hi all, I am having trouble with the optimizing level settings of my design which uses Nios II embedded system as a camera controller and transfering bulk image data to PC by UDP. Now th...
Altera_Forum
Honored Contributor
20 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.