Contenido principal

removeBuildConfiguration

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

Delete build configuration from toolchain

Syntax

removeBuildConfiguration(hardwareObj,name)

Description

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

removeBuildConfiguration(hardwareObj,name) removes the soc.sdk.BuildConfiguration object, with Name property set to name, from the soc.sdk.Toolchain object.

Input Arguments

expand all

Name of the build configuration used by the toolchain.

Example: "MyBuildConfiguration"

Data Types: string | char

Version History

Introduced in R2019b