Issue with state flow generated code

조회 수: 2 (최근 30일)
Viswamadan pulavarthi
Viswamadan pulavarthi 2020년 8월 6일
답변: Jesús Zambrano 2020년 11월 27일
When i try to generate code, for some of the states in stateflow and for few simulink blocks, code is net getting generated. When i change the optimization levels, (minimum, maximum, balanced) code for different set of blocks are not generated.
We have scenarios which will execute all the blocks in the model. However full code is not getting generated in any of the optimization level.
Please suggest settings to be incorporated in code generation or configuration settings.
--- Viswa

채택된 답변

Jesús Zambrano
Jesús Zambrano 2020년 11월 27일
One of the setting that might affect what you are describing is the setting of "Block reduction" and "Condition input branch execution". Both settings can be found in Simulation target \ Advance parameters.
Also, changing the optimization level will do the following:
Minimum (Debugging)
Configure code generation settings for debugging.
Balanced with Readability
Apply code generation optimizations that balance RAM efficiency and execution speed with the readability of the generated code. For example, selecting this value disables optimizations that cross atomic subsystem boundaries.
Maximum
Configure code generation settings based on your code efficiency objectives. Choosing this setting enables the Priority parameter. Set the Priority parameter to one of these values:
  • Balance RAM and speed (default setting)
  • Maximum execution speed
  • Minimize RAM

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by