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

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

3.2.1.3. report_timing

In place of the report_timing_summary executable that the Vivado* software provides for performing a static timing analysis on your design, the Quartus® Prime Pro Edition software provides the quartus_sta executable.

To specify timing constrains, the Quartus® Prime Pro Edition software uses the industry standard Synopsys* Design Constraint (SDC) file format. The AMD* Xilinx* 's Design Constraint File (.xdc) 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.