Class: hdlcoder.WorkflowConfig
Package: hdlcoder
Generate MATLAB script that recreates the workflow configuration
export(Name,Value)
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.
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Filename
— Full path to exported script file''
(default) | character vectorFull 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 filefalse
(default) | true
Specify whether to overwrite the existing file as a logical
.
Comments
— Include commentstrue
(default) | false
Specify whether to include comments in the command list or script
as a logical
.
Headers
— Include headerstrue
(default) | false
Specify whether to include a header in the command list or script
as a logical
.
DUT
— Full path to DUT''
(default) | character vectorFull path to the DUT, specified as a character vector.
Example: 'hdlcoder_led_blinking/led_counter'