Altera_Forum
Honored Contributor
10 years agoconstant memory usage
Hi ,
__void kernel A(global int * restrict inputA) ; __void kernel B(constant int * restrict inputB) ; There are two kernels (A and B) . Why kernel B 's RAM / LE / FF / util is smaller than kernel A ? Because data is saved into ROM on FPGA -> will need more resource on FPGA instead of decreasing ? I still have some question : could anyone explain the meaning as shown (how to map into OpenCL code)? Logic utilization Dedicated logic registers memory block DSP blocks