Altera_Forum
Honored Contributor
21 years agoOnChip Memory - Addressing problem
I'm designing a double NiosII core system but I've the following problem.
In the SOPC Builder, I add 2 cpu, 2 jtag_uart and 2 onchip_memory rom. "Cpu1" is a master of "jtag_uart1" and of "onchip_memory1" only. "Cpu2" is a master of "jtag_uart2" and of "onchip_memory2" only. Here are the configurations: CPU1------------0x00001000 JTAG_UART1------0x00001800 ONCHIP_MEMORY1--0x00000000 CPU2------------0x00001000 JTAG_UART2------0x00001800 ONCHIP_MEMORY2--0x00000000 CPU1 Reset Address - onchip_memory1 - Offset: 0x00000000 - Address: 0x00000000 CPU1 Exception Address - onchip_memory1 - Offset: 0x00000020 - Address: 0x00000020 CPU2 Reset Address - onchip_memory2 - Offset: 0x00000000 - Address: 0x00000000 CPU2 Exception Address - onchip_memory2 - Offset: 0x00000020 - Address: 0x00000020 Why I obtain the error: "cpu_1 and cpu_2: illegal reset address or exception address. All CPU reset or exception addresses must be unique"???? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/dry.gif They are on different memories ! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/mad.gif ! Bye