clearAllTasks
R2026bDisable all tasks in workflow
Syntax
Description
Examples
Disable All Workflow Tasks
Create a workflow configuration object and disable all tasks. Then enable only the task you want to run.
hWC = hdlcoder.WorkflowConfig(SynthesisTool="Xilinx Vivado",TargetWorkflow="Generic ASIC/FPGA"); clearAllTasks(hWC); hWC.RunTaskGenerateRTLCodeAndTestbench = true;
Input Arguments
Version History
Introduced in R2015b