Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
667 Discussions

Use FPGA DRAM with OneAPI

NickM
Beginner
790 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
773 Views

Hi,

We are moving this issue to the FPGA forum.


Thank you


0 Kudos
HRZ
Valued Contributor III
755 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