Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThis looks correct and the addressing should be the address you put on the master agents. The address would get passed through to the AXI interface but only the offset. In other words, when you perform a read, you access 0x2xxx_xxxx to access the read master agent, but the address passed to the AXI interface would be the offset. So 0x2000_0000 would do a read at DDR memory address location 0x0000_0000. I don't know if this helps.