export

Class: hdlcoder.WorkflowConfig
Package: 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 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.

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'

Introduced in R2015b