Borrar filtros
Borrar filtros

How can I avoid local temporary (temp_$N$M) variables in generated code from a simulink model?

10 visualizaciones (últimos 30 días)
Hello everyone, I am using models that were provided to me to auto-generate code. Local temporary variables (temp_$N$M) are not allowed in generated code but they appear in the resulting code, I have tracked them down to conditions in truth tables in the models. I have tried to avoid them by disabling Model Configuration Parameters such as CompOptLevelCompliant, Block Reduction, or Eliminate superfluous local variables (expression folding) but to no avail.
I do not know if there is any optimization parameter that I can disable at truth table level or if there is some specific configuration in the model that prevents those temp_ variables to be generated in the resulting code. Any help or directions are much appreciated.

Respuestas (1)

Gokul Karikkat Swamikuttan
Gokul Karikkat Swamikuttan el 7 de Mayo de 2019
Hello,
I have the same issue, Is there a solution or a way to optimize/control the creation of Local temporary variables.
Much Thanks.
  1 comentario
Nick Mazzilli
Nick Mazzilli el 3 de Jun. de 2019
I have ran into similar issues and unfortunately it seems like the embedded coder is inconsitent with when it listens.
Mario it seems like we have ventured down similar paths. I have had luck with changing variables in the code generation optimization tab in configuration parameters. See if checking specify custom optimizations works, then click eliminate superfluous local variables along with checking optimize global data access to none. Then click inline invariant signals in advanced parameters. I found this to work for me.

Iniciar sesión para comentar.

Categorías

Más información sobre Manual Performance Optimization en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by