Forum Discussion
Dan18
New Contributor
4 years agoNewbe question ... how to integrate an FPGA based logic cirucit with a C/C++ program on posix
Hello,
I am trying to get my head around FPGAs and in particular how i could accelerate a C/C++ programs by having some calls have an FPGA compute results.
Ideally, i would want to have some ki...
Dan18
New Contributor
4 years agoThank you for your response.
I am surely going to deep dive into OpenCL to figure out what can be done with it ...
From what I read, and if i understood this correctly, it seems that OpenCL is an alternative to hardware description languages such as Verilog. Encoded OpenCL calls are implemented in FPGA, while appearing to the developer as specialized C/C++ library functions.
I guess, I had a different kind of "architecture" in mind -- a way to to create an own FPGA "circuit" -- using, for example, Verilog, and then to have a way to memory map the FPGA to a CPU memory on a standard PC.
Perhaps those acceleration cards are close to what i had in mind ...
thank you,
Dan