Main Content

hdllib

Display blocks that are compatible with HDL code generation

Description

hdllib displays the blocks that are supported for HDL code generation and for which you have a license. The function displays the blocks in the Library Browser. To build models that are compatible with the HDL Coder™ software, use blocks from this Library Browser view.

If you close and reopen the Library Browser in the same MATLAB® session, the Library Browser continues to show only the blocks supported for HDL code generation.

example

hdllib("off") displays all the blocks for which you have a license in the Library Browser, regardless of HDL code generation compatibility.

Examples

collapse all

To display blocks that are compatible with HDL code generation in the Library Browser, enter this command:

hdllib
### Generating view of HDL Coder compatible blocks in Library Browser.
### To restore the Library Browser to the default Simulink view, enter "hdllib off".

Library Browser showing blocks compatible with HDL code generation

To restore the Library Browser to the default view, enter this command:

hdllib("off")
### Restoring Library Browser to default view; removing the HDL Coder compatibility view.

Alternatively, in the Library Browser pane, click the exit HDL-compatible blocks mode button.

Version History

Introduced in R2006b

expand all