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

10 次查看(过去 30 天)
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.

回答(1 个)

Gokul Karikkat Swamikuttan
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 个评论
Nick Mazzilli
Nick Mazzilli 2019-6-3
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Manual Performance Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by