hdladvisor

Display HDL Workflow Advisor

Syntax

hdladvisor(gcb)
hdladvisor(subsystem)
hdladvisor(model,'SystemSelector')

Description

hdladvisor(gcb) starts the HDL Workflow Advisor, passing the currently selected subsystem within the current model as the DUT to be checked.

hdladvisor(subsystem) starts the HDL Workflow Advisor, passing in the path to a specified subsystem within the model.

hdladvisor(model,'SystemSelector') opens a System Selector window that lets you select a subsystem to be opened into the HDL Workflow Advisor as the device under test (DUT) to be checked.

Examples

Open the subsystem symmetric_fir within the model sfir_fixed into the HDL Workflow Advisor.

hdladvisor('sfir_fixed/symmetric_fir')

Open a System Selector window to select a subsystem within the current model. Then open the selected subsystem into the HDL Workflow Advisor.

hdladvisor(gcs,'SystemSelector')

Alternatives

You can also open the HDL Workflow Advisor from the your model window by clicking the Workflow Advisor button on the Simulink® Toolstrip.

Introduced in R2010a