High Throughput To Fixed-Point
- Updated2025-01-28
- 5 minute(s) read
Modifies the fixed-point configuration of x.
- You want to determine whether overflow occurred during the computation or was propagated through the input terminal.
- You want to insert registers after the function when you place this function inside a single-cycle Timed Loop.

Dialog Box Options
| Parameter | Description |
|---|---|
| Fixed-Point Configuration | Specifies the encodings, word lengths, and integer word lengths of the input and output terminals of this function. The configurations you specify determine the value range of the terminals.
|
| Execution Mode | Specifies how this function executes.
|
| Registers | Specifies whether to add internal registers for function output terminal. This section is available only if you select Inside single-cycle Timed Loop.
Note Adding registers can reduce the length of the combinatorial path, which can prevent compilation errors that result from a long combinatorial path. However, adding registers also increases the latency of this function, which means this function takes an additional clock cycle to return a valid result.
|
| Optional Terminal | Specifies a setting for displaying an optional block diagram terminal.
|
| Configuration Feedback | Displays information about how this function executes. This information is based on the configuration options you specify. |
Inputs/Outputs
x
—
Specifies the fixed-point number whose configuration you want to modify. Specifies whether the next data point has arrived for processing. Wire the output valid output of an upstream node to this input valid to transfer data from the upstream node to this node. To display this handshaking terminal, select the Inside single-cycle Timed Loop option and place a checkmark in the Register outputs checkbox. These options are located in the configuration dialog box. Specifies whether downstream nodes are ready for this Express VI to return a new value. The default is TRUE. Use a Feedback Node to wire the ready for input of a downstream node to ready for output of the current node. Note If ready for output is FALSE during a given cycle, the output valid terminal returns FALSE during that cycle.
To displayready for output, select the Inside single-cycle Timed Loop option and place a checkmark in the Register outputs checkbox. These options are located in the configuration dialog box.
y
—
Returns xwith the specified fixed-point configuration applied. Returns TRUE if the theoretical computed value exceeds the valid range of the output data type. If operation overflow returns TRUE, the Overflow mode option determines the value this function returns. LabVIEW displays the operation overflow terminal only if you place a checkmark in the Operation overflow checkbox. This checkbox is located in the Optional Terminal section of the configuration dialog box. Returns TRUE if this node has computed a result that downstream nodes can use. Use output valid for handshaking with other FPGA VIs and functions. To display this terminal, select the Inside single-cycle Timed Loop in the configuration dialog box. Returns TRUE if this node is ready to accept new input data. Use a Feedback Node to wire ready for input to ready for output of an upstream node. Note If ready for input returns FALSE during a given cycle, LabVIEW discards any data that other nodes send to this node during the following cycle. LabVIEW discards this data even if the input valid terminal is TRUE during the following cycle.
To display ready for input, select the Inside single-cycle Timed Loop option and place a checkmark in the Register outputs checkbox. These options are located in the configuration dialog box. |
x
—
y
—