search for: harpsim

Displaying 1 result from an estimated 1 matches for "harpsim".

Did you mean: hapsim
2018 Apr 27
1
Introducing HardCloud @ FCCM 2018
Hi, HardCloud (www.hardcloud.org) is an extension to the OpenMP 4.X standard that seeks to ease the task of offloading IP-cores to FPGA accelerators in CPU-FPGA architectures. This is achieved by two new clauses [use] and [module] shown in the example below: #pragma omp target device(HARP | HARPSIM | Catapult) map(to: X) map(from: Y) #pragma omp parallel for use(hrw) module(loopback) check for(int i = 0; i < n; i++) { Y[i] = X[i]; } Clause use(hrw) allows the computation to be performed by a pre-synthesized hardware module (loopback) instead of by the C code following the annotation....