Main Content

soc.sdk.OperatingSystem Class

Namespace: soc.sdk

Operating system definition for the processor

Description

Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.

An OperatingSystem object defines the operating system of the processor in an SoC application. When mapped to a soc.sdk.BoardSupport object, that operating system is used on the processor of a deployed application.

Creation

operatingSystemObj = soc.sdk.OperatingSystem(name) creates an OperatingSystem object and sets the Name property to name.

Input Arguments

expand all

The name of the operating system that runs on hardware of the board support.

Data Types: string | char

Properties

expand all

Name of the OperatingSystem object.

Example: 'Linux'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Version History

Introduced in R2019b