Vitis Model Composer lets you import C or
C++ code to create new blocks that can be added to a library for use in models along side
other HLS Library blocks. This feature lets you build custom block libraries for use in Model
Composer.
Tip: The import
function example in the product showcases most of the capabilities of importing C/C++ code
using a series of small examples. Type
xmcOpenExample('import_function')
in the MATLAB command window to open the example.