MATLAB Interface - MATLAB Interface - 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

A MATLAB software interface to the C model is provided in the form of a MEX function and a MATLAB class. The class wraps the MEX function and presents the C model as a MATLAB object, allowing the model to be configured and run from MATLAB without calling the C API directly.

The interface is delivered in the same ZIP file as the C model and consists of:

cic_compiler_v4_0_bitacc_mex.cpp
The MEX function source
make_cic_compiler_v4_0_mex.m
The MEX build script
run_cic_compiler_v4_0_mex.m
An example script
@cic_compiler_v4_0_bitacc
The MATLAB class directory