ContributionsMost RecentMost LikesSolutionsRe: API Documentation for Communication with Cyclone 10GX PCI-E Streaming InterfaceHi, forget the source code. Is there at least an example project with windows support that can be referenced? I only saw there is pci-e streaming example but this is just reading from BAR memory, not physical ram of host computer.Re: API Documentation for Communication with Cyclone 10GX PCI-E Streaming Interface Hi. I am looking for windows drivers, not linux. Do you have any support for windows? Is there any other solution that does? Need to be able to access system physical memory thanks 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. Cyclone 10 GX - DMA PCI IP Core with Win11 Support I'm currently looking for a PCI-E IP Core that is compatible with Cyclone 10 GX Development Kit board that would allow for high-bandwidth physical/virtual host memory access on a Windows 11 machine. Are there any pre-built IP cores that could suit my requirements? It needs to have windows 11 support which means it needs to have signed driver that can be loaded as well, unless it can do dma without driver externally. Please let me know Re: Setting Up Intel Cyclone 10 GX FPGA for Host->FPGA->Laptop Communication Hi Farabi, I know how to program FPGA.. that is not my question. I am specifically looking for a PCI-E IP core that would allow for physical host memory access, on a windows 11 machine. This means I also need the windows 11 driver. Is there any pre-built IP core available that would let me do this, and provide windows 11 driver (signed)? Thanks Setting Up Intel Cyclone 10 GX FPGA for Host->FPGA->Laptop Communication Hello, I'm relatively new to the FPGA realm and recently acquired the Intel Cyclone 10 GX Development Kit. As part of a hobby of mine, I've successfully developed my own Windows 11 kernel driver. Now, I'm exploring ways to enhance its performance by integrating it with an FPGA board. Specifically, I'm working on an image processing project. My objective is to program the FPGA board to access the host memory from a different computer. Suppose the board is connected via PCI-Express to the host machine. In that case, I need to be able to control the FPGA and perform read/write operations on the host memory from an external device (in this case my Win11 laptop), using interfaces like USB, Ethernet, or any other available option that can provide sufficiently high speeds.. My question now is whether Intel or any affiliated company offers a ready-made solution to expedite this process, allowing me to avoid writing a new driver from scratch. Also, do I need any additional equipment, or can I achieve it simply with the USB connection and PCI-E FPGA. I would appreciate any guidance you can provide to point me in the right direction... Thank you