Main Content

soc.sdk.BitstreamLoader Class

Namespace: soc.sdk

An object that describes how to load bitstream code to hardware

Since R2019b

Description

A BitstreamLoader object represents a system command or a MATLAB® function that loads a bitstream code to the hardware.

Creation

Description

bitstreamLoaderObj = soc.sdk.BitstreamLoader(name) creates an object that represents a command to load bitstream code onto the hardware.

Input Arguments

expand all

Set the Name property of the new BitstreamLoader object.

Properties

expand all

The name of the bitstream loader object.

Example: 'MyBitstreamLoader'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The command that loads generated bitstream code to hardware. The load command can be a system command or a MATLAB function. If it is a MATLAB function, the character vector must be prefixed by matlab:.

Example: 'matlab:myLoadFun'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The arguments for the bitstream load command.

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Version History

Introduced in R2019b