Main Content

Build Action

Defines how SoC Builder tool builds your model.

Settings

Default: Build, load, and run

Build, load, and run

With this option, launching SoC Builder:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

  3. Loads the executable and libraries into the hardware board.

  4. Runs the executable in the hardware board.

Build

With this option, launching SoC Builder:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

This option does not load and run the executable on the hardware board.

See Also