Main Content

export

Class: hdlcoder.WorkflowConfig
Namespace: hdlcoder

Generate MATLAB script that recreates the workflow configuration

Syntax

export(Name,Value)

Description

export(Name,Value) generates MATLAB® commands that can recreate the current workflow configuration, with additional options specified by one or more Name,Value pair arguments.

Name-Value Pair Arguments

Specify optional pairs of arguments as Name1=Value1,...,NameN=ValueN, where Name is the argument name and Value is the corresponding value. Name-value arguments must appear after other arguments, but the order of the pairs does not matter.

Before R2021a, use commas to separate each name and value, and enclose Name in quotes.

Full path to the exported MATLAB script file, specified as a character vector. If the path is empty, the MATLAB commands are displayed in the Command Window, but not saved in a file.

Example: 'L:\sandbox\work\hdlworkflow.m'

Specify whether to overwrite the existing file as a logical.

Specify whether to include comments in the command list or script as a logical.

Specify whether to include a header in the command list or script as a logical.

Full path to the DUT, specified as a character vector.

Example: 'hdlcoder_led_blinking/led_counter'

Version History

Introduced in R2015b