Main Content

soc.sdk.FPGACore Class

Namespace: soc.sdk

FPGA core definition in Hardware object

Since R2019b

Description

Use the soc.sdk.FPGACore class to define a FPGA core in the soc.sdk.Hardware object.

Creation

Description

fpgaCoreObj = soc.sdk.FPGACore(Name)

creates a new soc.sdk.FPGACore object, with the Name property set to name.

Properties

expand all

The name of the FPGA core.

Note

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

Example: 'MyFPGACore'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The part number of the FPGA core, specified as a string of displayable characters.

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The family of the FPGA core, specified as a string of displayable characters.

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The vendor of the FPGA core.

Example: 'Xilinx'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The JTAG chain position for the FPGA core, specified as a positive integer.

Example: 5

Attributes:

GetAccess
public
SetAccess
public

Data Types: double

The memory system for the FPGA core.

Attributes:

GetAccess
public
SetAccess
public

Data Types: cell

The processing system objects for the FPGA core.

Attributes:

GetAccess
public
SetAccess
public

Data Types: cell

Methods

expand all

Version History

Introduced in R2019b