Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNios II/f performance on Cyclone IV E
Hi, I am trying to evaluate Nios II/f on a dev. board fitted with EP4CE55F23C7. I've ported the Cyclone III Dhrystone example from Altera (Fast Nios II Hardware Design Example) to my board....
Altera_Forum
Honored Contributor
15 years agoI did try compiling my code with gcc4, my static analysis showed the code to both larger and slower than that generated by gcc3. I didn't look to see why.
(That code is rather carefully crafted to avoid anything on-stack.) That would have been after I'd applied my changes to the gcc4 code generator and reversed some of Altera's changes. I'm also surprised that changing the optimisation level had little/no effect. The difference between -O0 and -O2 should be massive.