Turbo Intel® FPGA IP User Guide

ID 683734
Date 9/30/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.7. Simulating the Turbo IP with MATLAB

Verify that the RTL behaves the same as these models.

Before simulating, generate the Turbo IP design example from the IP parameter editor.

In MATLAB, run MATLAB script from the <example_design_directory>\matlab directory.
For encoder simulation:
  • Run the following script for LTE:
    main_lte_enc
  • Run the following script for UMTS:
    main_umts_enc
For decoder simulation:
  • Run the following script for LTE:
    main_lte_dec
  • Run the following script for UMTS:
    main_umts_dec
Note: MATLAB model reads and generates the same .txt files as C model.