Write to DRAM with Byte Enables
- Updated2023-02-17
- 3 minute(s) read
Write to DRAM with Byte Enables
Writes to DRAM memory available on the FPGA target.
Inputs/Outputs

reference in
Reference to a DRAM memory item.

address
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, this node returns an error.

data
The data to write to the DRAM memory on the FPGA target.

byte enables
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.

input valid
Boolean value that specifies whether the next data point is valid and can be processed.
Wire output valid of an upstream node to this input to transfer data from the upstream node to this node.
| True | The data point is valid and can be processed. |
| False | The data point is not valid. |

reference out
Reference to a DRAM memory item.

ready for input
Boolean value that indicates whether this node is ready to accept new input data.
Use Feedback Node to wire this output to the ready for output output of an upstream node.
| True | The node is ready to accept new input data. |
| False | The node is not ready to accept new input data. |