Altera_Forum
Honored Contributor
10 years agoBuilding PCIe core in FPGA when using OpenCL
hi folks ,
I am trying to make a hetrogenous computing system (cpu + gpu + fpga) that can be programmed using OpenCL as my research project . So for that I started studying about altera's work on FPGA and OpenCL. Basic idea is that fpga is connected to the cpu through PCIe and fpga is programmed with OpenCL using altera's sdk for OpenCL. But the problem is how do they build the required pcie core and other memory interconnects in the FPGA . As i know , that cannot be done using OpenCL. So how do they realy do it ? Could anyone please help me with this ? Thank you.