Run Compatibility Checker - Check subsystem compatibility for HDL code generation - MATLAB (original) (raw)

Main Content

Check subsystem compatibility for HDL code generation

Description

Model Configuration Pane: HDL Code Generation

The Run Compatibility Checker button checks whether the Subsystem block that you specify in the Generate HDL for parameter is compatible for HDL code generation.

This button generates a HDL Check Report that displays errors, warnings, and messages. SeeCheck Subsystem for HDL Compatibility.

Programmatic Use

Use the checkhdl function.

For example, to check the subsystem symmetric_fir in the modelsfir_fixed for HDL code generation compatibility and generate a compatibility report, use this command:

checkhdl("sfir_fixed/symmetric_fir")

Version History

Introduced in R2013a