Main Content

hdllib

Display blocks that are compatible with HDL code generation

Description

example

hdllibdisplays the blocks that are supported for HDL code generation, and for which you have a license, 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. To show all blocks, regardless of HDL code generation compatibility, at the command prompt, enterhdllib('off').

example

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

example

hdllib('html')creates a library of blocks that are compatible with HDL code generation. It generates two additional HTML reports: a categorized list of blocks (hdlblklist.html) and a table of blocks and their HDL code generation parameters (hdlsupported.html).

运行hdllib('html'), you must have an HDL Coder license.

example

hdllib('librarymodel')displays blocks that are compatible with HDL code generation in the Library Browser. To build models that are compatible with the HDL Coder software, use blocks from this library.

The default library name ishdlsupported. After you generate the library, you can save it to a folder of your choice.

To keep the library current, you must regenerate it each time that you install a new software release.

运行hdllib('librarymodel'), you must have an HDL Coder license.

Examples

collapse all

To display blocks that are compatible with HDL code generation in the Library Browser:

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

To restore the Library Browser to the default view, in the Library Browser, click theexit HDL-compatible blocks modebutton. Alternatively, at the command line, enter:

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

To create a library and HTML reports showing the blocks that are compatible with HDL code generation:

hdllib('html')
### HDL supported block list hdlblklist.html ### HDL implementation list hdlsupported.html

Thehdlsupportedlibrary opens. To view the reports, click thehdlblklist.htmlandhdlsupported.htmllinks.

To create a library that contains blocks that are compatible with HDL code generation:

hdllib('librarymodel')

Thehdlsupportedblock library opens.

Version History

Introduced in R2006b