atelierb_generate_c
Generate C code for a single B component by specifying project and component names, with optional C9X, LIGHT, or PROJECT profile selection. Output goes to lang/c directory.
Instructions
Generate C code for a single B component (implementation or basic machine). Output goes to lang/c directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | C translation profile: C9X (default), LIGHT, or PROJECT | C9X |
| project_name | Yes | Name of the project | |
| component_name | Yes | Name of the component to translate (usually an implementation) |