Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to get physical address in Windows
I need to test PCIe DMA suported by Stratix4GX HardIP. In order to perform DMA transactions from PCIe card to System Memory, I need to request Windows to allocate some memory. In additioin, I need ...
Altera_Forum
Honored Contributor
15 years agoRemember that you will either need to have allocated memory that is physically continuous, or allow for physical address discontinuities at page boundaries (assume a 4k page if you don't know the page size).