HDL コード生成対象のブロックリストを表示させる方法はありますか?
1 view (last 30 days)
Show older comments
MathWorks Support Team
on 25 Oct 2013
Commented: Qu Cao
on 9 Jan 2017
HDL コード生成対象のブロックリストを表示させる方法を教えてください。
Accepted Answer
MathWorks Support Team
on 9 Jan 2017
下記方法で、HTML 形式でリストを表示させることが可能です。
hdllib('html')
R2014a以降のバージョンではSimulinkのライブラリブラウザにHDL Coderというライブラリがあるので、それがHDLコード生成対象ブロックです。 hdllibを使う必要ありません。
0 Comments
More Answers (1)
Atsushi Matsumoto
on 26 Nov 2016
R2014a以降のバージョンではSimulinkのライブラリブラウザにHDL Coderというライブラリがあるので、それがHDLコード生成対象ブロックです。 hdllibを使う必要ありません。
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!