Data Definition
Define data for HLS code generation
MATLAB® is a dynamically typed language. MATLAB variables can change their properties at run-time. The same variable can hold a value of any size or complexity. Control how data is represented, memory is allocated, and code is generated for function handles.
Topics
- Complex Data Type Support for High-Level Synthesis Code GenerationDescribes how complex signals and operations in MATLAB code map to generated High-Level Synthesis (HLS) code. 
- Structure Definition for HLS Code GenerationUse structures in MATLAB code intended for High-Level Synthesis (HLS) code generation. 
- Function Handle Limitations for Code GenerationUse function handles in MATLAB code intended for code generation.