Main Content

soc.sdk.loadBoardSupport

Load board support given the name of board support

Since R2019b

Description

boardSupportObj = soc.sdk.loadBoardSupport(name) loads board support given the board support name and returns the soc.sdk.BoardSupport object.

Input Arguments

collapse all

A descriptive name for the board support added to the SoC Blockset™.

Example: "Board support for Xilinx Zynq UltraScale+ MPSoC ZCU106 Evaluation Kit"

Data Types: string | char

Output Arguments

collapse all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset features.

Version History

Introduced in R2019b