Forum Discussion
Altera_Forum
Honored Contributor
8 years agoProgram Counter Jumping Randomly while debugging?
Hi all, I am using stratix-2 FPGA(EP2S30F484)[/B]and there is no external ram. My elf file size is 170 Kilo Bytes.even if i create small hello world also its giving the same size. If i include...
Altera_Forum
Honored Contributor
8 years agowhat optimisation level are you using when compiling? it might appear as if the code is stepping out of sequence when debugging with higher levels of optimisation and where you set a breakpoint might get optimised out.