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

ID 683562
日付 3/20/2018
Public
ドキュメント目次

3.2.1.1. synth_design

In the インテル® Quartus® Primeプロ・エディション 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>
注: 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 インテル® Stratix® 10 devices.