Forum Discussion
Altera_Forum
Honored Contributor
10 years agoAs I said before, don't make 2 elf files. Make one elf file only. In your code have something like:
main() {
if (value of sysid register == 1) // Look up how to get this in the Nios documentation
processor1_main()
else
processor2_main()
}