Forum Discussion
Altera_Forum
Honored Contributor
21 years agoISS on Nios II not starting at reset address
Hi there, I am experiencing a problem with the ISS (Instruction Set Simulator) on a Nios-II design. Since my design would not even reach the first breakpoint in main(), I decided to use the ...
Altera_Forum
Honored Contributor
21 years agoI believe it's just skipping over the bootloader, which *is* at 0x0... Doesn't make much sense to emulate what the bootloader is doing, does it?
Create an objdump and see where the _start symbol is located. - slackerman