Altera_Forum
Honored Contributor
11 years agoCommunicating with PCIe card
Hi,
I have an image loaded on a Stratix V FPGA which includes a PCIe core and DDR3 controller as an end point. The FPGA is of course on a PCIe card. I would like to write a C program which runs on the host Linux PC and writes data to the card over PCIe. The idea is to have a program write data to the on-board DDR3 RAM. What is the best way to do this? Are there any libraries provided to communicate with a PCIe device? Thanks in advance.