Writes to DRAM memory available on the FPGA target.
Reference to a DRAM memory item.
The location to write data in memory on the FPGA target. The valid address range depends on the requested number of elements you specify when creating the input memory item. For example, if you specify a requested number of elements of 65536, the valid address range is 0–65535. If address exceeds the address range, the data will not be written to memory.
The data to write to the DRAM memory on the FPGA target.
Bytes of memory at the address to overwrite with data. Each bit of the binary representation of the integer corresponds to a byte of data at the address. If the bit is 1, the node overwrites the corresponding byte of memory. If the bit is 0, the corresponding byte retains the previous value. If the memory is only 256 bits wide, the node only processes the lower 32 bits of the byte enables.
Reference to a DRAM memory item.
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application