Altera_Forum
Honored Contributor
13 years agoquestions about pcie hip and dma qsys design example
Hi all,
I have two questions about the "readaddress" and "writeaddress" registers of dma ip in PCIE Qsys design example. (the design example in PCIE user guide chapter 17) If I want the dma to copy some data from on-chip memory to an allocated memory in PC, what should I assign address to these two registers? Because the on-chip memory is on the address of 0x0020_0000, I guess the value in "readaddress" register should be 0x0020_0000. What value should I assign to the "writeaddress" register? The second question is about 64-bit address. Since the "readaddress" and "writeaddress" registers are only 32-bit width, is it possible to use this dma ip to copy data from the on-chip memory to a x64 PC? Thanks for any suggestion and reply.