Issue with state flow generated code

3 Ansichten (letzte 30 Tage)
Viswamadan pulavarthi
Viswamadan pulavarthi am 6 Aug. 2020
Beantwortet: Jesús Zambrano am 27 Nov. 2020
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

Akzeptierte Antwort

Jesús Zambrano
Jesús Zambrano am 27 Nov. 2020
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

Weitere Antworten (0)

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by