Unpacking and Model Contents - 6.0 English - PG104

Complex Multiplier LogiCORE IP Product Guide (PG104)

Document ID
PG104
Release Date
2024-11-26
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 list the contents of each ZIP file.

Table 1. C Model ZIP File Contents: Linux
File Description
cmpy_v6_0_bitacc_cmodel.h Header file which defined the C model API
libIp_cmpy_v6_0_bitacc_cmodel.so Model shared object library
run_bitacc_cmodel.c Example program for calling the C model.
gmp.h MPIR header file, used by the C model
libgmp.so.11 MPIR library, used by the C model
mpfr.h MPFR header file, used by the C model
libmpfr.so.4 MPFR library, used by the C model
Table 2. C Model ZIP File Contents: Windows
File Description
cmpy_v6_0_bitacc_cmodel.h Header file which defined the C model API
libIp_cmpy_v6_0_bitacc_cmodel.dll Model dynamically linked library
libIp_cmpy_v6_0_bitacc_cmodel.lib Model LIB file for compiling
run_bitacc_cmodel.c Example program for calling the C model
gmp.h MPIR header file, used by the C model
libgmp.dll MPIR library, used by the C model
libgmp.lib MPIR .lib file for compiling
mpfr.h MPFR header file, used by the C model
libmpfr.dll MPFR library, used by the C model
libmpfr.lib MPFR .lib file for compiling