Main Content

hdlcodeadvisor

Open HDL Code Advisor

Description

hdlcodeadvisor(subsystem) opens the HDL Code Advisor for the subsystem within the model.

hdlcodeadvisor(model) opens the HDL Code Advisor for the model.

Examples

collapse all

This example shows how to open the HDL Code Advisor for the sfir_single model.

sfir_single

To open the HDL Code Advisor for the sfir_single model, enter:

hdlcodeadvisor('sfir_single')
Updating Model Advisor cache...
Model Advisor cache updated. For new customizations, to update the cache, use the Advisor.Manager.refresh_customizations method.

This example shows how to open the HDL Model Checker for the symmetric fir subsystem within the sfir_single model.

sfir_single

To open the HDL Model Checker for the Symmetric fir subsystem, enter:

hdlcodeadvisor('sfir_single/symmetric_fir')

Input Arguments

collapse all

Subsystem name or handle, specified as a character vector.

Data Types: char

Model name or handle, specified as a character vector.

Data Types: char

Version History

Introduced in R2017b