DRAM FIFO Overview
- Updated2025-10-10
- 1 minute(s) read
This Instrument Design Library contains elements useful for implementing a FIFO using DRAM.
| VI | Description |
|---|---|
| Create Resource |
Creates a reference to a DRAM FIFO. Select the instance that corresponds to the data width of the DRAM being accessed. |
| Write |
Enqueues a Boolean array in the To DRAM Queue. |
| Read |
Dequeues an element from the From DRAM Queue. |
| Process |
Manages the transfer of enqueued elements to and from the DRAM. |
| Packer |
Accepts an array of elements and packs them into a Boolean array equal in size to the data width of the DRAM. |
| Unpacker |
Accepts a Boolean array and unpacks them into an array of elements of specified size and data type. |