Main Content

removeFPGACore

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

Remove FPGA core from the hardware

Syntax

removeFPGACore(hardwareObj,name)

Description

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

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

Hardware object mapped to the soc.sdk.BoardSupport object, specified as an soc.sdk.Hardware 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