Visible to Intel only — GUID: zow1605639474624
Ixiasoft
2.1. Installing and Licensing Intel® FPGA IP Cores
2.2. IP Catalog and Parameter Editor
2.3. Specifying the IP Core Parameters and Options
2.4. Simulating Intel® FPGA IP Cores
2.5. Simulating the Turbo IP with the RTL Simulator
2.6. Simulating the Turbo IP with the C-Model
2.7. Simulating the Turbo IP with MATLAB
Visible to Intel only — GUID: zow1605639474624
Ixiasoft
2.6.2. Decoder Simulation
- Go to the <example_design_directory>\c\ directory.
- Compile the C code:
For LTE, type the following command:
For UMTS, type the following command:>> gcc -lm main_lte_dec.c -o run_dec
>> gcc -lm main_umts_dec.c -o run_dec
- Run the executable without arguments.
>>./run_dec
Note: The executable reads /test_data/ctc_input_data.txt and /test_data/ctc_input_info.txt as inputs. The executable generates /test_data/ctc_decoded_output_gold.txt and ctc_output_et_info_gold.txtas output. The RTL simulation uses the same input .txt files. The output .txt file provides a golden output, which may be used to check the correctness of the output from RTL simulations.