We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

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