DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 4/01/2024
Public
Document Table of Contents

3.1.3. Creating a New Design by Copying a DSP Builder Design Example

Start DSP Builder in MATLAB.

Procedure

  1. Copy and rename the model file to <model_name>.mdl (MDL format, not SLX) and the set-up script to setup_<model_name>.m.
  2. Open the set-up script in the MATLAB Editor.
  3. Change the name of the parameter structure so that it does not conflict with the original design example.
    Figure 21. Renaming the Parameter
  4. Open the new model file as text and globally replace the parameter structure to match.
    Figure 22. Replace Parameter Structure
  5. Open the model.
  6. Click File > Model Properties > Model Properties > Callbacks to call the new set-up script.
  7. Save the model in .mdl format
    Intel recommends that you create a Simulink project for your new design.