Norm Square
- Updated2023-02-17
- 3 minute(s) read
Norm Square
Computes the norm square of a vector.
Inputs/Outputs

x
The matrix to manipulate.

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

ready for output
Boolean value that defines whether downstream nodes are ready for this node to return a new value. Use a Feedback Node to wire the ready for input output of a downstream node to this input of the current node.
| True | Downstream nodes are ready for this node to return a new value. |
| False | Downstream nodes are not ready for this node to return a new value. |
Default value: True

norm square
The norm square of the input vector.

operation overflow
A Boolean that indicates whether the theoretical computed value exceeds the valid range of the output data type.
| TRUE | The theoretical computed value exceeds the valid range of the output data type. |
| FALSE | The theoretical computed value does not exceed the valid range of the output data type. |

output valid
Boolean value that indicates whether this node computes a result that downstream nodes can use.
Wire this output to the input valid input of a downstream node to transfer data from the node to the downstream node.
| True | Downstream nodes can use the result this node computes. |
| False | This node returns an undefined value that downstream nodes cannot use.
Note This node may return different undefined values when executed in simulation mode versus when executed on hardware.
|

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. |
Vector Size
Specifies the size of the input vector.
Resource Option
Specifies how to implement the multiplier. Auto allows the compiler to decide whether to use embedded block multipliers or look-up tables. Look-Up Table causes the node to use look-up tables.
Pipeline Degree
Configure how many pipelining stages this node uses internally.