Main Content

hdladvisor

Display HDL Workflow Advisor

Description

example

hdladvisor(gcb) starts the HDL Workflow Advisor, passing the currently selected subsystem within the current model as the device under test (DUT) to be checked. HDL Workflow Advisor is not available in Simulink® Online™.

example

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

example

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

collapse all

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 your model window using these steps:

  • Open the HDL Coder app from the Apps tab on the Simulink Toolstrip.

  • Click the Workflow Advisor button.

Version History

Introduced in R2010a