Altera_Forum
Honored Contributor
12 years agoPcie Address problems
I'm running the PCIE to external memory design(an431) on the cyclone 4 starter kit, and I'm confused with some address issues.
1. From the Qsys design, I can see the onchip mem start from address 0x7000000 at Bar0, but I found that address 0 of Bar0 also point to the start address of the onchip mem, e.g. if I write 0xabcd to address 0 of Bar0, I can read the 0xabcd out from address 0x7000000, how is that? 2. We can see in the PCIE ip that every Bar have an avalon base address, when and how will we use that base address? 3. I'm using the example c code from jungo windriver to try the dma function, and when the example alloc the buffer on the host side it uses option DMA_KBUF_BELOW_16M, which means the physical memory of buffer will be under 16M. I get that the PCIE ip can handle buffer no larger than 16M because of the page size and the page count, but I can not see why the address have to be smaller than 16M boundary. I hope that the PCIE ip could visit any address of the host ram, can I achieve that and how? Thank you very much.