Class: hdlcoder.WorkflowConfig
Package: hdlcoder
Enable all tasks in workflow
setAllTasks
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.