Main Content

removeFPGACore

Class: soc.sdk.Hardware
Namespace: soc.sdk

Remove FPGA core from the hardware

Since R2019b

Syntax

removeFPGACore(hardwareObj,name)

Description

removeFPGACore(hardwareObj,name) removes the soc.sdk.FPGACore object with Name property set to the string name from the soc.sdk.Hardware object

Input Arguments

expand all

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

The name of the FPGA core, specified as a string.

Note

The name must start with a letter and may contain letters, numbers, underscores, minus signs, slashes, and spaces.

Example: "MyFPGACore"

Data Types: string | char

Version History

Introduced in R2019b