Run HDL code generation and deployment workflow
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.