We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Embedded Software Generate multiple functions into a single C file Reply To: Generate multiple functions into a single C file

Romain Andrieux
Ansys Employee

Hello,

This is an intended behaviour. KCG 6 generate a .c file per unexpanded SCADE operator. The solution would be to have your own script to concatenate all .c file after code generation.

Thanks