Visible to Intel only — GUID: ewk1605639430475
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: ewk1605639430475
Ixiasoft
2.6.1. Encoder 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_enc.c -o run_enc
>> gcc -lm main_umts_enc.c -o run_enc
- Run the executable without arguments.
>>./run_enc
Note: The executable reads /test_data/ctc_encoder_input.txt and ./test_data/ctc_encoder_input_info.txt as inputs. The executable generates /test_data/ctc_encoder_output_gold.txt as 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.