Installation - Installation - 4.0 English - PG140

CIC Compiler v4.0 LogiCORE IP Product Guide (PG140)

Document_ID
PG140
Release_Date
2026-07-22
Version
4.0 English

To use the MEX function the compiled MEX function must be present on the MATLAB search path. This can be achieved by either of the following:

  • Adding the directory where the compiled MEX function is located to the MATLAB search path (refer to the MATLAB addpath function), or
  • Copying the files to a location already on the MATLAB search path.

As with all uses of the C model, the correct C model libraries also need to be present on the platform library search path (that is, PATH or LD_LIBRARY_PATH).