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 agoThe ISS starts executing at the entry point specified in your .ELF file. This is set by the ENTRY directive in the linker script to the function _start:
ENTRY( _start ) The debugger starts at the same place when you download from the IDE.