Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discusiones

resize local_mem_size or expand local_mem_size

Altera_Forum
Colaborador Distinguido II
1.556 Vistas

Is the parameter local_mem_size in the FPGA a quantity that can be modified? How do I get it if I need a larger local_mem?

0 kudos
2 Respuestas
Altera_Forum
Colaborador Distinguido II
730 Vistas

Just like every other hardware, there is a limit on the amount of Block RAM and registers on a given FPGA, using which OpenCL "Local Memory" is implemented. If your code uses less than the amount that is available on the chip, everything will be fine. If it uses more, your kernel will not fit on the device and compilation will fail.

Altera_Forum
Colaborador Distinguido II
730 Vistas

Thank you for your detailed explanation!

Responder