API Documentation for Communication with Cyclone 10GX PCI-E Streaming Interface
I successfully configured my Cyclone 10 GX development kit on my Windows 11 machine using the design example found at the following link: https://www.intel.com/content/www/us/en/design-example/714943/intel-cyclone-10-gx-fpga-pcie-2-0-x4-avalon-streaming-design-example.html
I am now trying to develop my own application to establish communication with the FPGA rather than relying on the pre-built demo application provided in the aforementioned link. Unfortunately, the link does not offer any source code or API for this purpose.
Where can I access the source code or an API that facilitates communication with the card in order for me to start working on my project?
My goal to utilize the FPGA for a DMA application, enabling the R/W of system host memory for an image processing project..
Thanks in advance.