hdlcodeadvisor - Open HDL Code Advisor - MATLAB (original) (raw)
Main Content
Syntax
Description
hdlcodeadvisor([subsystem](#d126e4407))
opens the HDL Code Advisor for the subsystem within the model.
hdlcodeadvisor([model](#d126e4429))
opens the HDL Code Advisor for the model.
Examples
This example shows how to open the HDL Code Advisor for the sfir_single
model.
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.
To open the HDL Model Checker for the Symmetric fir
subsystem, enter:
hdlcodeadvisor('sfir_single/symmetric_fir')
Updating Model Advisor cache... Model Advisor cache updated. For new customizations, to update the cache, use the Advisor.Manager.refresh_customizations method.
Input Arguments
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