Main Content

MATLABLanguage Support

MATLAB®language syntax and functions for HDL code generation

The MATLAB functions and language syntax supported for HDL code generation are available from this page. If your MATLAB algorithm uses an unsupported function, you can generate code by replacing the function with a lookup table approximation. SeeReplacing Functions Using Lookup Table Approximations.

Functions

expand all

hdl.treesum Sum of array elements using tree architecture
hdl.treeprod Product of array elements using tree architecture

Topics