Main Content

soc.sdk.ProcessorCore Class

Namespace: soc.sdk

Processor core definition in Hardware object

Since R2019b

Description

Use the soc.sdk.ProcessorCore class to define a processor core in the soc.sdk.Hardware object.

Creation

Description

processorCoreObj = soc.sdk.ProcessorCore(Name) creates a new soc.sdk.ProcessorCore object, with the Name property set to name.

Properties

expand all

Display name of processor core, specified as a character vector.

Example: 'MyProcessorCore'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Device identification tag, specified as a character vector.

Example: 'ARM Compatible->ARM Cortex'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Family of devices corresponding to the chosen vendor, specified as a character vector.

Example: 'MPSoC'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Name of device vendor, specified as a character vector.

Example: 'Xilinx'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Version History

Introduced in R2019b