AN 994: Drive-on-Chip Design Example for Intel Agilex® 7 Devices

ID 780361
Date 6/26/2023
Public
Document Table of Contents

7.3.6.1. DSP Builder for Intel FPGAs Model for the Drive-on-Chip Designs

The top-level model is a simple dummy testbench with constant inputs of the correct arithmetic types to control hardware generation, which includes the FOC algorithm model.
Figure 31. DSP Builder for Intel FPGAs Model

The FOC algorithm comprises the FOC algorithm block and a latch block for implementing the integrators necessary for the PI controllers in the FOC algorithm. DSP Builder for Intel FPGAs implements the latches outside because of limitations of the folding synthesis.

The design includes fixed-point and floating-point models that implement the FOC algorithm.

Each model calls a corresponding .m setup script during initialization to set up the arithmetic precision, folding factor, and target clock speed. The folding factor is set to a large value to minimize resource usage.

Table 11.  Default settings in Setup Script
Model Folding Factor Clock Speed (MHz) Input Precision Output Precision
Fixed point 500 100 sfix16En10 sfix32En10

The following models generate the FOC block including the Avalon memory-mapped interface:

  • DFf_fixp16_alu_av.slx for fixed-point designs

Verification models stimulate the FOC algorithm using dynamically changing inputs:

  • verify_DF_fixp16_alu.slx

Closed-loop simulation models validate that the FOC correctly controls a motor in simulation:

  • sim_DF_fixp16_alu.slx

A Simulink library model contains the main FOC algorithm code, which the other models refer to:

  • foc_blocks.slx