OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
251 stars 83 forks source link

FPGA device #2410

Open Jiahua-Gong opened 2 years ago

Jiahua-Gong commented 2 years ago

Hello ,,, I am using Intel ® Stratix ® 10 MX FPGA Development Kit for ETH miner. Can i computer use this OPAE software to communicate with my FPGA board to accelerate my ethash algorithm ?

Thanks.

tswhison commented 2 years ago

Hello, thank you for your question. The short answer is, it depends on whether your PCI Device ID is supported. If you are creating your FIM IP based one a reference design, then it should be supported. However, if you deviate from the reference design or implement a PCIe DID that the OPAE SDK source does not track, then you may run into issues. In this case, you would need to modify the OPAE SDK to make it understand your DID.