High Throughput Reciprocal
- Updated2023-02-17
- 3 minute(s) read
High Throughput Reciprocal
Computes 1/x.
This node rounds the result by truncating the value of the 1/x output terminal towards 0. This rounding mode uses fewer FPGA resources than other rounding modes do.
Inputs/Outputs

x
Input to this operation. If the value of x is 0, overflow occurs in the 1/x output terminal.
This input supports only scalar values of the fixed-point data type.

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

1/x
1/x.

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

ready for output
Boolean value that specifies whether downstream nodes are ready for this node to return a new value.
Use Feedback Node to wire this input to the ready for input input of a downstream node. If this input is False during a given cycle, output valid returns False during that cycle.
| True | The downstream node is ready for the next data element. |
| False | The downstream node is not ready for the next data element. |
Default value: False

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