Forum Discussion
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.