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

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

3.2.1.3. report_timing

In place of the report_timing executable that the Vivado* software provides for performing a static timing analysis on your design, the インテル® Quartus® Primeプロ・エディション software provides the quartus_sta executable.

To specify timing constrains, the インテル® Quartus® Primeプロ・エディション software uses the industry standard Synopsys* Design Constraint (SDC) file format. The Xilinx* 's Design Constraint File (.xdf) constraint format is based on the SDC format. For details on converting XDC to SDC files, refer to the Timing Constraints section.

This example performs timing analysis on the filtref project using the SDC timing constraints file, filtref.sdc, to determine whether the design meets the timing requirements:

quartus_sta filtref --sdc=filtref.sdc

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