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

1 回表示 (過去 30 日間)
Dippal Israni
Dippal Israni 2017 年 8 月 2 日
回答済み: Tim McBrayer 2017 年 8 月 2 日
-

回答 (1 件)

Tim McBrayer
Tim McBrayer 2017 年 8 月 2 日
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.

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by