Adding an Existing Compilation Target - 2020.2 English

Vivado Design Suite User Guide: Model-Based DSP Design Using System Generator (UG897)

Document ID
UG897
Release Date
2020-11-18
Version
2020.2 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.