Knowledge Base Article

Why do I see timing constraint problems with the tx_clkout and pipe_hclk output clocks in Intel® Arria® 10 PIPE designs?

Description

The tx_clkout and pipe_hclk output clocks are incorrectly constrained in the PIPE designs in the Quartus® II Software version 14.0 Intel® Arria® 10 Edition.

Resolution

To fix this problem, in your top level Synopsys Design Constraints (.SDC) file, follow these steps:

  1. Include the derive_pll_clock constraint in your SDC file.
  2. In a line beneath the derive_pll_clock constraint, use the remove_clock constraint to remove tx_clkout and pipe_hclk.
  3. Recreate these clocks at their interfaces using the create_clock SDC command
Updated 2 months ago
Version 2.0
No CommentsBe the first to comment