Jw_Soar
New Contributor
2 years agoHow do I use the AVMM DMA driver to access registers
I followed this Reference Design https://community.intel.com/t5/FPGA-Wiki/Reference-Design-Gen3x8-AVMM-DMA-with-external-DDR4-Arria-10/ta-p/735895
This driver generates a character device named altera_dma.
I implemented a dma operation by reading and writing content to this character device.
Now, I want to know how I use this driver to access Altera 10's registers.
Thanks!
I also tried using mmap() to access /dev/mem, but it doesn't work.