Supported Data Types
- Updated2023-02-17
- 1 minute(s) read
Supported Data Types
FPGA VIs support the following data types, which are a subset of the data types supported by LabVIEW NXG:
- 8-bit signed and unsigned integer numerics
- 16-bit signed and unsigned integer numerics
- 32-bit signed and unsigned integer numerics
- 64-bit signed and unsigned integer numerics
- Boolean
- Fixed-point
- Complex fixed-point
- Single-precision floating-point
- Double-precision floating-point
- Clusters of supported data types
- Up to three-dimensional arrays of supported data types
Related Information
- Data Type Reference
- Introduction to Fixed-Point Numbers
- Using Arrays in FPGA Applications
You can use up to three-dimensional arrays with a fixed size or a variable size that resolves to a fixed size at compile time in your FPGA application.