Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
Announcements
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.
723 Discussions

Use FPGA DRAM with OneAPI

NickM
Beginner
1,255 Views

Is there a way to specify that the private memory in the FPGA use DRAM instead of SRAM?

0 Kudos
2 Replies
AbhishekD_Intel
Moderator
1,238 Views

Hi,

We are moving this issue to the FPGA forum.


Thank you


0 Kudos
HRZ
Valued Contributor III
1,220 Views

Any buffer that gets passed to the kernel as a pointer and gets explicitly allocated in device DRAM using the appropriate APIs on the host will be in FPGA DRAM, everything else will be allocated using FPGA on-chip memory.

0 Kudos
Reply