Intel® FPGA SDK for OpenCL™: Intel® Arria® 10 GX FPGA Development Kit Reference Platform Porting Guide

ID 683267
Date 3/28/2022
Public
Document Table of Contents

3.7. Intel® Quartus® Prime Compilation Flow and Scripts

The import_compile.tcl Tcl Script File in the Intel® Arria® 10 GX FPGA Development Kit Reference Platform controls the Intel® Quartus® Prime compilation flow.

Invoke the Intel® Quartus® Prime compilation flow by calling the following quartus_sh executables:

  • The board developer runs the quartus_sh --flow compile top -c base command to execute the base revision compilation. This compilation closes timing, locks down the static region, and generates the base.qdb file.
  • The user of the Intel® Arria® 10 FPGA Development Kit Reference Platform or a Custom Platform runs the quartus_sh -t import_compile.tcl command to execute the import revision compilation. This compilation generates programming files that are guaranteed to be timing closed and PR-compatible with each other.