AN 307: Intel® FPGA Design Flow for Xilinx* Users

ID 683562
Date 3/20/2018
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.2.1.1. synth_design

In the Intel® Quartus® Prime Pro Edition command-line flow, the quartus_syn executable performs both synthesis (synth_design) and mapping of design elements to device resources (opt_design).

The following command runs logic synthesis and technology mapping of a design named filtref:

quartus_syn filtref --rev=<revision-name>
Note: For command line help, type quartus_syn --help at the command prompt.

In addition, you can recompile11 only the partitions that you change, instead of compiling the whole design.

quartus_sh --flow recompile filtref

For command line help, type quartus_syn --help at the command prompt.

11 Rapid Recompile is not available for Intel® Stratix® 10 devices.