Exceptions Priority - Exceptions Priority - 2026.1 English - UG903

Vivado Design Suite User Guide: Using Constraints (UG903)

Document ID
UG903
Release Date
2026-07-01
Version
2026.1 English

If constraints overlap (for example, if several timing exceptions are applied to the same path), the priority from highest to lowest is the following:

  1. Clock groups (set_clock_groups)
  2. False path (set_false_path)
  3. Maximum delay path (set_max_delay) and Minimum Delay Path (set_min_delay)
  4. Multicycle paths (set_multicycle_path)
Note: The set_bus_skew constraint does not affect the precedence of the constraints listed above. It does not override, and is not overridden by, clock groups, max delays, false paths, or multicycle paths. This is because bus skew is not a constraint on a particular path, but a constraint between paths.
Note: You can use the -reset_path option to alter the priority between false path, maximum or minimum delay, and multicycle path constraints. The clock group constraint cannot be overridden. A maximum or minimum delay or a multicycle path constraint can override a previously defined false path or maximum or minimum delay constraint only if both constraints use the exact same -from, -to, and -through arguments, and the newer constraint includes the -reset_path option.

For the same type of timing exception, the more specific the constraint, the higher its precedence. You can control a constraint’s specificity by adjusting the filtering options and choosing the appropriate types of objects.

The priority of objects used in timing exceptions follows these rules:

  1. Ports, pins, and cells have higher precedence than clocks. If you use both a cell and one of its pins, the tool prioritizes the pin.
  2. Clocks always have lower priority. A timing exception that references clock objects has lower precedence than one using ports, pins, or cells.

The precedence rule for the filters, from highest to lowest precedence is as follows:

  1. -from, -through, -to
  2. -from, -to
  3. -from, -through
  4. -from
  5. -through, -to
  6. -to
  7. -through
Important: Cells used in either the -from or -to options always have higher precedence than a clock, even if the clock is used in a more specific case such as -from, -through, -to.