HI again,,focusing on the OpenCl and trying to figure out your statement:
And your development might go like: cleanup Matlab and translate to OpenCL entirely on PC, figure out what OpenCL functions you want pushed into the FPGA vs. kept in software on the ARM side of your SoC.
I'm trying to understand how would be the way to start with just a very basic example ( as I said , open a file , read its content in a sort of array, proceed with simple calculations and return a value) :
If I understood properly the approach would be something like this.
Getting an OpenCl compatible fpga develompent Board with SoC.
Install this OpenCL software on the Pc
An then....
would be the section of the code for handling the file written in the OpenCl too?
Would OpenCl handle as well the control of what will be executed on the ARM and what in the FPGA?
a bit confused on the way to proceed for going on thath direction.
Thank you in advance again