Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Ali
Ali le 12 Juil 2012
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

Réponse acceptée

Tim McBrayer
Tim McBrayer le 12 Juil 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 commentaires
Philippe
Philippe le 16 Avr 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 le 16 Avr 2013
You should be able to set the HDL parameters of the library block when it's in your model.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by