Main Content

addNewProcessingSystem

Class: soc.sdk.FPGACore
Namespace: soc.sdk

Add new processing system to the FPGACore object

Since R2019b

Syntax

processingSystemObj = addNewProcessingSystem(fpgaCoreObj,name)

Description

processingSystemObj = addNewProcessingSystem(fpgaCoreObj,name) creates a new soc.sdk.ProcessingSystem object with the Name property set to the value name. The soc.sdk.ProcessingSystem object is added to the soc.sdk.FPGACore object.

Input Arguments

expand all

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

Display name of the processing system, specified as a string.

Example: "MyProcessingSystem"

Data Types: string | char

Output Arguments

expand all

An soc.sdk.ProcessingSystem object that defines the properties of the processing system in the FPGA core.

Version History

Introduced in R2019b