Adding an Existing Compilation Target - 2025.1 English - UG1483

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2025-05-29
Version
2025.1 English

You must add the path that contains the folder with the custom compilation target. As shown below, you can use the addpath functionality provided by MATLABĀ® to do this:

>>addpath('U:\demo\Impl');

When you use addpath, you must provide the absolute path, not the relative path.