Unpacking and Model Contents - 1.0 English - PG390

RFSoC DFE Fast Fourier Transform LogiCORE IP Product Guide (PG390)

Document ID
PG390
Release Date
2024-05-30
Version
1.0 English

Unzip the DFE FFT C model zip file for your platform. This produces the directory structure and files shown in the following table.

Table 1. C Model Zip File Contents: Linux
File Description
xdfe_fft_v1_0_bitacc_cmodel.h Header file which defines the DFE FFT C model API.
xip_common_bitacc_cmodel.h Header file with common definitions.
libIP_xdfe_fft_v1_0_bitacc_cmodel.so Model shared object library.
run_bitacc_cmodel.c Example program for calling the C model.
xdfe_fft_v1_0_bitacc_mex.cpp MATLAB MEX function source.
@xdfe_fft_v1_0_bitacc MATLAB MEX function class directory.
gmp.h GNU Multiple-precision library header.
libgmp.so.11 GNU Multiple-precision library.
libgmpxx.so.4 GNU Multiple-precision library for C++.
Table 2. C Model Zip File Contents: Windows
File Description
xdfe_fft_v1_0_bitacc_cmodel.h Header file which defines the DFE FFT C model API.
xip_common_bitacc_cmodel.h Header file with common definitions.
libIp_xdfe_fft_v1_0_bitacc_cmodel.dll Model dynamically-linked library.
libIp_xdfe_fft_v1_0_bitacc_cmodel.lib Model statically-linked library.
run_bitacc_cmodel.c Example program for calling the C model.
xdfe_fft_v1_0_bitacc_mex.cpp MATLAB MEX function source.
@xdfe_fft_v1_0_bitacc MATLAB MEX function class directory.
gmp.h GNU Multiple-precision library header.
libgmp.dll GNU Multiple-precision dynamically-linked library.
libgmp.lib GNU Multiple-precision statically-linked library.