how can i convert inbuilt functions of matlab like svd in vhdl language.

1 Ansicht (letzte 30 Tage)
-

Antworten (1)

Tim McBrayer
Tim McBrayer am 2 Aug. 2017
The list of MATLAB functions supported for HDL Code generation are in the documentation. The R2017a list is at http://www.mathworks.com/help/releases/R2017a/hdlcoder/ug/functions-supported-for-hdl-code-generation-categorical-list.html .
For functions not on this list, you will need to decompose the function into a version that only uses supported functions. This may not always be straightforward to do, in a hardware-friendly fashion.

Kategorien

Mehr zu Code Generation finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by