Unpacking and Model Contents - Unpacking and Model Contents - 6.0 English - PG141

DDS Compiler LogiCORE IP Product Guide (PG141)

Document_ID
PG141
Release_Date
2024-12-11
Version
6.0 English

There are separate ZIP files containing all the files necessary for use. Each ZIP file contains:

  • C model shared library
  • C model header file
  • Example code showing how to call the C model

The following tables ist the contents of each ZIP file.

Table 1. C Model Zip File Contents: Linux
File Description
dds_compiler_v6_0_bitacc_cmodel.h Header file which defined the C model API
libIp_dds_compiler_v6_0_bitacc_cmodel.so Model shared object library
Run_bitacc_cmodel.c Example program for calling the C model.
dds_compiler_v6_0_bitacc_mex.cpp MATLAB MEX function source
make_dds_compiler_v6_0_mex.m MATLAB MEX function compilation script
run_dds_compiler_v6_0_mex.m MATLAB MEX function example script
@dds_compiler_v6_0_bitacc MATLAB MEX function class directory
Table 2. C Model Zip File Contents: Windows
File Description
dds_compiler_v6_0_bitacc_cmodel.h Header file which defined the C model API
libIp_dds_compiler_v6_0_bitacc_cmodel.dll Model dynamically linked library
libIp_dds_compiler_v6_0_bitacc_cmodel.lib Model LIB file for compiling
run_bitacc_cmodel.c Example program for calling the C model
dds_compiler_v6_0_bitacc_mex.cpp MATLAB MEX function source;
make_dds_compiler_v6_0_mex.m MATLAB MEX function compilation script;
run_dds_compiler_v6_0_mex.m MATLAB MEX function example script;
@dds_compiler_v6_0_bitacc MATLAB MEX function class directory