フィルターのクリア

Is there any way to tell HDL Coder to produce less files?

1 回表示 (過去 30 日間)
Ali
Ali 2012 年 7 月 12 日
Hello, I have many subsystems in my Simulink model which are exactly the same, just different names. However, HDL Coder produces a VHDL file for each and every one. Is there any way to tell Simulink/HDL coder to produce only one file and then use multiple instances? Thanks

採用された回答

Tim McBrayer
Tim McBrayer 2012 年 7 月 12 日
Yes, there is. Identical atomic subsystems will only generate one module/entity that will be multiply instantiated. The subsystems need to be structurally identical, have the same data types, signal rates, etc.
So, all you need to do is convert each instance of your shared subsystem to be atomic. An easy way to guarantee this is to place your atomic subsystem in a library, and instantiate the library block wherever necessary. This will also make your Simulink model more compact, removing the subsystem duplication.
  2 件のコメント
Philippe
Philippe 2013 年 4 月 16 日
If we put the atomic blocks into a library as suggested, how do we then modify the HDL parameters for the library block? The HDL Code right click menu is not visible in the library.
Tim McBrayer
Tim McBrayer 2013 年 4 月 16 日
You should be able to set the HDL parameters of the library block when it's in your model.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHDL Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by