Configuring DRAM with FPGA Memory Items
- Updated2023-03-22
- 1 minute(s) read
Configuring DRAM with FPGA Memory Items
Use the FPGA memory item interface to use DRAM in the same way that you use block memory and look-up tables (LUT). DRAM memory items appear in the Project Explorer window under the FPGA target. The FPGA memory item interface allows you to partition the physical DRAM banks into multiple memory items.
-
To create a target-scoped memory item, right-click the FPGA target in the
Project Explorer window and select
from the shortcut menu.
The Memory Properties dialog box appears.
- Select DRAM from the Implementation pull-down menu.
- Select the DRAM bank you want to use from the DRAM bank pull-down menu.
- Type in the number of elements based upon your desired memory size in the Requested number of elements textbox.
-
Click
OK in the
Memory Properties dialog box.
The memory item is now populated in the Project Explorer window under the target.
- Use the memory item in an FPGA VI.