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 kind of shared memory space whereby an in-memory data structure in C/C++ is accessible via FPGA logic and vice-versa, where some resulting logic is accessible by the C/C++ program -- all the while communication between the CPU based C++ program and the FPGA card is high speed -- essentially via memory access bandwidth.
Can this be done?
IS there some tutorial about this that i could review?
thank you,
Dan