Article ID: 000086193 Content Type: Troubleshooting Last Reviewed: 04/15/2015

Where are the clocks for my Arria 10 Hard IP for PCI Express in Quartus II version 15.0 and later?

Environment

  • Clock
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    Description

    Arria® 10 designs require strict adherence to the transceiver guidelines. For this reason derive_pll_clocks has been removed from the generated altpcied_a10.sdc.  This file previously contained the following lines:

    # derive_pll_clock is used to calculate all clock derived from PCIe refclk
    #  the derive_pll_clocks and derive clock_uncertainty should only
    # be applied once across all of the SDC files used in a project

    derive_pll_clocks -create_base_clocks
    derive_clock_uncertainty

    Resolution

    The above lines must now be included in your user created top level SDC. Please be sure to include those two lines.

    derive_pll_clocks -create_base_clocks
    derive_clock_uncertainty

    Related Products

    This article applies to 4 products

    Intel® Arria® 10 FPGAs and SoC FPGAs
    Intel® Arria® 10 SX SoC FPGA
    Intel® Arria® 10 GX FPGA
    Intel® Arria® 10 GT FPGA