Display HDL Workflow Advisor
hdladvisor(gcb)
hdladvisor(subsystem
)
hdladvisor(model
,'SystemSelector')
hdladvisor(gcb)
starts the HDL Workflow
Advisor, passing the currently selected subsystem within the current
model as the DUT to be checked.
hdladvisor(
starts
the HDL Workflow Advisor, passing in the path to a specified subsystem
within the model.subsystem
)
hdladvisor(
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.model
,'SystemSelector')
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')
You can also open the HDL Workflow Advisor from the your model window by selecting Code > HDL Code > HDL Workflow Advisor.