Write FIFO
- Updated2023-02-17
- 3 minute(s) read
Write FIFO
Writes an element to a FIFO.
Inputs/Outputs

reference in
Reference to the FIFO.

data
Data element to write to the FIFO.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

input valid
Boolean value that describes whether the next data element has arrived for processing. Wire the output valid output of an upstream node to this input to transfer data from the upstream node to this node.
| True | The next data element has arrived for processing. |
| False | The next data element has not arrived for processing. |

reference out
Reference to the FIFO.

error out
Error information.
The node produces this output according to standard error behavior.

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