Forum Discussion
Altera_Forum
Honored Contributor
9 years agoBeginner lost
Hi, my name is Onofre Garrido and I'm currently working for a company called MECWINS. We have developed some prototype devices to test biological parameters. So far since we are on prototype stage we...
Altera_Forum
Honored Contributor
9 years ago In the left margin, click on "Design Examples" and pick one that looks relevant (Vector Add ?) and skim through it. OpenCL applications have two parts: the host (ARM SoC Linux application) and the device (FPGA logic). The general idea is your host side Linux application would load and prepare buffers from files, ship them to the FPGA kernel for execution, receive the result, and store the buffer back in files.