hdlcoder.runWorkflow
Run HDL code generation and deployment workflow
Syntax
Description
hdlcoder.runWorkflow( runs
the HDL code generation and deployment workflow with default workflow
configuration settings.DUT)
hdlcoder.runWorkflow( runs
the HDL code generation and deployment workflow according to the specified
workflow configuration, DUT,workflow_config)workflow_config.
A best practice is to use the HDL Workflow Advisor to configure
the workflow, then export a workflow script. The commands in the workflow
script create and configure a workflow configuration object that matches
the settings in the HDL Workflow Advisor. The script includes the hdlcoder.runWorkflow command.
To learn more, see Run HDL Workflow with a Script.
hdlcoder.runWorkflow(
runs the HDL code generation and deployment workflow according to the specified
workflow configuration, DUT,workflow_config, Name,Value)workflow_config, with additional
options specified by one or more Name,Value arguments.
A best practice is to use the HDL Workflow Advisor to configure the workflow, then
export a workflow script. The commands in the workflow script create and configure a
workflow configuration object that matches the settings in the HDL Workflow Advisor.
The script includes the hdlcoder.runWorkflow command. To learn
more, see Run HDL Workflow with a Script.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2015b

