メインコンテンツ

addNewBuildConfiguration

Class: soc.sdk.Toolchain
Namespace: soc.sdk

Add new build configuration to toolchain

Syntax

buildConfigurationObj = addNewBuildConfiguration(toolchainObj,name)

Description

Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.

buildConfigurationObj = addNewBuildConfiguration(toolchainObj,name) creates a new soc.sdk.BuildConfiguration object, with the Name property set to name, and adds the new object to the soc.sdk.Toolchain object.

Input Arguments

expand all

Name of the build configuration used by the toolchain.

Example: "MyBuildConfiguration"

Data Types: string | char

Output Arguments

expand all

A soc.sdk.BuildConfiguration object that defines a build configuration available on to the toolchain.

Version History

Introduced in R2019b