Main Content

addNewProcessorCore

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

Add new processor core to Hardware object

Syntax

processorCoreObj = addNewProcessorCore(hardwareObj,name)

Description

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

processorCoreObj = addNewProcessorCore(hardwareObj,name) creates a new soc.sdk.ProcessorCore object with Name property set to name and adds it to 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.

Display name of the processor core, specified as a string.

Example: "MyCore0"

Data Types: string | char

Output Arguments

expand all

An soc.sdk.ProcessorCore object that defines the properties of the processor core.

Version History

Introduced in R2019b