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

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

Compiling the Design

Either compile your design or use the Intel-provided pre-compiled .sof from the master_image directory of your reference design variant.
  1. By default, Intel configures <variant> .v for EnDat encoders for FalconEye 2 HSMC Motor Control Board projects; BiSS for all Multiaxis Motor Control Board projects. In <variant> .v, to use BiSS, add the following line; to use EnDat, remove it (if present).

    "define BISS"

  2. Add the paths to the license files for the EnDat and BiSS IP components to the Quartus II license path.
    1. Click Tools > License Setup.
    2. Copy any existing license paths into a text editor.
    3. Browse to the EnDat license file ip\endat_OCP\dsgn\vhdl_ava_ALT_enc_ocp\ocp _license.dat and click Open.
    4. Copy and paste this license path into your text editor. Add a semicolon to separate this text from the original text.
    5. Browse to the BiSS license file ip\biss_OCP\license.dat and click Open.
    6. Copy and paste this license path into your text editor. Add a semicolon to separate this text from the original text and teh EnDat license.
    7. Copy and paste the text from the text editor to the Quartus II License File dialog box.
      The final license path is <Project directory>\ip\endat_OCP\dsgn\vhdl_ava_ALT_enc_ocp; <Project directory>\ip\biss_OCP\license.dat;<original license paths>. Alternatively, you can add this path to the Windows environment variable LM_LICENSE_FILE.
  3. Click Processing > Start Compilation .
    Note: You may edit the reference design project in Qsys.