Unpacking and Model Contents - 2.0 English

RFSoC DFE PRACH LogiCORE IP Product Guide (PG391)

Document ID
PG391
Release Date
2024-11-20
Version
2.0 English

Unzip the DFE PRACH 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_nr_prach_v2_0_bitacc_cmodel.h Header file which defines the DFE PRACH C model API.
xip_common_bitacc_cmodel.h Header file with common definitions.
libIP_xdfe_nr_prach_v2_0_bitacc_cmodel.so Model shared object library.
run_bitacc_cmodel.c Example program for calling the C model.
xdfe_nr_prach_v2_0_bitacc_mex.cpp MATLAB MEX function source.
@xdfe_nr_prach_v2_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++.
make_xdfe_nr_prach_v2_0_mex.m MATLABĀ® script to compile MEX function.
run_xdfe_nr_prach_v2_0_mex.m Example program for calling the MEX function.
Table 2. C Model ZIP File Contents: Windows
File Description
xdfe_nr_prach_v2_0_bitacc_cmodel.h Header file which defines the DFE PRACH C model API.
xip_common_bitacc_cmodel.h Header file with common definitions.
libIp_xdfe_nr_prach_v2_0_bitacc_cmodel.dll Model dynamically-linked library.
libIp_xdfe_nr_prach_v2_0_bitacc_cmodel.lib Model statically-linked library.
run_bitacc_cmodel.c Example program for calling the C model.
xdfe_nr_prach_v2_0_bitacc_mex.cpp MATLAB MEX function source.
@xdfe_nr_prach_v2_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.
make_xdfe_nr_prach_v2_0_mex.m MATLAB script to compile MEX function.
run_xdfe_nr_prach_v2_0_mex.m Example program for calling the MEX function.