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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any chance Quartus 19.1 could be supported

InBetweenNames opened this issue · comments

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

@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.

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