Main Content

soc.sdk.Toolchain Class

Namespace: soc.sdk

Toolchain configuration

Since R2019b

Description

A Toolchain object specifies a registered toolchain used by the deployer to compile, link, and run the generated code as a software executable application on hardware.

Creation

Description

toolchainObj = soc.sdk.Toolchain(name) creates a Toolchain object.

Input Arguments

expand all

Set the Name property of the new Toolchain object.

Example: "MyToolchain"

Data Types: string | char

Properties

expand all

Name of Toolchain object, specified as a string.

Example: 'MyToolchain'

Attributes:

GetAccess

public

SetAccess

public

Data Types: char

Cell array of handles to BuildConfiguration objects.

Attributes:

GetAccess

public

SetAccess

public

Data Types: cell

Version History

Introduced in R2019b