thinkoco / c5soc_opencl

DE1SOC DE10-NANO DE10-Standard OpenCL hardware that support VGA and desktop. And Some applications such as usb camera YUYV to RGB , Sobel and so on.
Apache License 2.0
90 stars 39 forks source link

Any chance Quartus 19.1 could be supported #17

Open InBetweenNames opened 4 years ago

InBetweenNames commented 4 years ago

I was wondering if it's possible to make the DE10-Standard programmable via OpenCL using Quartus 19.1 using this repo?

thinkoco commented 4 years ago

@InBetweenNames Hi, It has not been tested on Quartus 19.1 now ,but you can try it. If the interfaces between soc and FPGA are the same in OpenCL hardware templete of version 19.1 and 18.1 , I think the opencl drivers may have little changes. So you can using 18.1 hardware templete with 19.1 opencl driver. Also, I have run this project on 17.1-18.1 environment with the same hardware templete.

InBetweenNames commented 4 years ago

Nice! I will give this a shot and get back to you about how it goes.