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

ID 683562
Date 2/25/2022
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.