Display blocks that are compatible with HDL code generation
hdllib
displays 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, enter hdllib('off')
.
hdllib('off')
displays all
the blocks for which you have a license in the Library Browser, regardless
of HDL code generation compatibility.
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
).
To run hdllib('html')
, you must have an HDL Coder license.
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 is hdlsupported
.
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.
To run hdllib('librarymodel')
, you must
have an HDL Coder license.