Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Tim McBrayer
Tim McBrayer il 12 Lug 2012
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 Commenti
Philippe
Philippe il 16 Apr 2013
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 il 16 Apr 2013
You should be able to set the HDL parameters of the library block when it's in your model.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by