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

ID 683562
Date 4/01/2024
Public
Document Table of Contents

3.2.1.1. synth_design

In the 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.