Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
HDL coder to generate single rtl module for multiple subsystem.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi I have a block which contains many tiny subsystem. Basically I wan to see it as a subsystem in the simulink model but not to translate each one of them in to seperate rtl module .. I tried hierarchy flattening but doesnt work.. How can I achieve this ?
0 comentarios
Respuestas (1)
Girish Venkataramani
el 6 de Oct. de 2012
Hierarchy flattening only works if the subsystem being flattened has all default parameters set on it. That is, if you look at the HDL Block properties (right click, HDL Coder -> HDL Block Properties) the subsystem you want to flatten, then all its parameters must be default. Otherwise, the subsystem will not be flattened.
If you attach your model, I can take a look and help you with this.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!