hdlcoder.WorkflowConfig.setAllTasks - Enable all tasks in workflow - MATLAB (original) (raw)
Main Content
Class: hdlcoder.WorkflowConfig
Namespace: hdlcoder
Enable all tasks in workflow
Description
setAllTasks
enables all workflow tasks in the hdlcoder.WorkflowConfig
object.
If you do not want to enable each task individually, use this method. For example, if you want to run all tasks but one, you can run hdlcoder.WorkflowConfig.setAllTasks
, then disable the task that you want to skip.
Version History
Introduced in R2015b