Forum Discussion
Altera_Forum
Honored Contributor
12 years agoRunning separate C code on separate core in NIOS Multi-core system
Hello, I have done projects on NIOS II core for single processor system. Now, I need to learn and implement a multi-core system. I have very basic doubts for a multi-core system: ...
Altera_Forum
Honored Contributor
12 years ago
Error: System.core0_0.p1_out: core0_1.pi_in (0x400000..0x5fffff) is outside the master's address range (0x0..0x1fffff)
Your master has an address space that is 21-bits wide (because that is how you created the bridge). You are connecting it to a slave that requires 23-bits to address it. If you change your master to have an address space that is 23-bits wide, you will not have a problem.