Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe nios reset vector could point to one of two places:
1) Somewhere in EPCS memory 2) Into a 'private' M9K/M4K memory block within the EPCS interface block. If you look carefully at the SOPC builder page it ought to be possibly to work out which, I suspect the latter. This boot code will then copy the data from the EPCS memory into appropriate other places. It might be that some of the copying is actually done by code from within the program image - you'll probably need to disassemble the elf program file to see it.