AN 669: Drive-On-Chip Design Example for Cyclone V Devices

ID 683466
Date 5/15/2022
Public
Document Table of Contents

10. Achieving Timing Closure on a Motor Control Design

Intel® Quartus® Prime may not achieve full timing closure when it first compiles and fits this designs.

You must assume worst-case timing parameters over a wide range of temperature, which is good practice for a commercial design. If you run this design at room temperature, it is unlikely that real timing violations occur. To achieve full timing closure with Intel® Quartus® Prime, you may include additional pipeline registers. However, the place-and-route process is sensitive to an initial seed value and the result of different seeds is not easy to predict. Before optimizing the design, try the seed sweep function with many different seed values in case the design immediately fits.

  1. In Intel® Quartus® Prime, select Tools > Launch Design Space Explorer II.
    Design space Explorer opens in a seaparate window.
  2. For a basic seed sweep use the following settings:
    1. In Setup, select Local.
    2. In Exploration, select Design exploration, exploration mode: Seed Sweep Only, create 10 seeds.
    3. Click Start to run.
      Figure 53. Exploration windowUse Results to view when all are finished
      Figure 54. Result window
    4. Calculate the seed number from the exploration point name. It is the _number plus 1. In this example, the best seed will be 2(dse1_2) + 1 = 3.
  3. Select Assignments > Settings.
  4. In complier settings, click Advanced settings (Fitter)….
  5. Update seed value Fitter Initial Placement Seed 3.