Altera_Forum
Honored Contributor
15 years agoError: Address Span 24MB combined with 8MB
I want to create a memory like like this
one master, two slaves 0x40000000 - 0x417fffff (24MB) Slave 1 0x41800000 - 0x41fffff (8MB) Slave 2 I create a address span of 24MB (0x1800000), and see the correct values in the memory map. But I get the following error: Error: gdb_rapidio.io_write_master: gdb_srio_swap_inb_wr_if_nrt.wr_slave (0x41800000..0x41ffffff) overlaps gdb_srio_inbound_wr_if_rt.wr_slave (0x40000000..0x41ffffff) I don't know why? Can someone explain what is wrong? With kind regards, John