Forum Discussion
Wincent_Altera
Regular Contributor
3 years agoHi,
I wish to follow up with you about this case.
Do you have any further questions on this matter ?
Else I would like to have your permission to close this forum ticket
Regards,
Wincent_Intel
- MehmetFide3 years ago
New Contributor
Hi @Wincent_Altera,
All BAR registers definition and implementations are inside the Quartus.
When we try to access the memory area in FPGA from Linux, there are couple of options like Altera doing it here
Those are
ioread8 -> Works fine
ioread16 -> Works fine
ioread32 -> Works fine
ioread64 -> Doesn't work and causes FPGA PCIe to be crashed
Avalon DMA -> Works fine
I'm trying to understand what is special with 64 bit direct access to make it non functional.
Thank you.