export
Class: hdlcoder.WorkflowConfig
Namespace: hdlcoder
Generate MATLAB script that recreates the workflow configuration
Syntax
export(Name,Value)
Description
export(
generates MATLAB® commands
that can recreate the current workflow configuration, with additional
options specified by one or more Name,Value
)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.
Filename
— Full path to exported script file
''
(default) | character vector
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'
Overwrite
— Overwrite existing file
false
(default) | true
Specify whether to overwrite the existing file as a logical
.
Comments
— Include comments
true
(default) | false
Specify whether to include comments in the command list or script
as a logical
.
Headers
— Include headers
true
(default) | false
Specify whether to include a header in the command list or script
as a logical
.
DUT
— Full path to DUT
''
(default) | character vector
Full path to the DUT, specified as a character vector.
Example: 'hdlcoder_led_blinking/led_counter'
Version History
Introduced in R2015b