hdlcoder.ReferenceDesign.addDeviceTree - Add device tree for reference design object - MATLAB (original) (raw)

Main Content

Class: hdlcoder.ReferenceDesign
Namespace: hdlcoder

Add device tree for reference design object

Since R2021b

Syntax

addDeviceTree(dtFile)

Description

addDeviceTree([dtFile](#mw%5Fc89ff46b-1581-4239-9af8-efbda3a35418)) registers a new device tree file to an hdlcoder.ReferenceDesign object.

Specify the device tree by using one of these extensions:".dtb",".dts", or ".dtsi". Use".dtb" when the device tree is specified as a binary file. Use".dts" or ".dtsi" when the device tree is specified as a source file.

Input Arguments

expand all

Device tree file name, specified as a string or character vector.

Example: "refdesign.dtsi"

Limitations

Version History

Introduced in R2021b