hdladvisor - Display HDL Workflow Advisor - MATLAB (original) (raw)
Main Content
Display HDL Workflow Advisor
Syntax
Description
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ā¢.
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 your model window using these steps:
- Open the HDL Coder app from the Apps tab on the Simulink Toolstrip.
- Click the button.
Version History
Introduced in R2010a