The Timing Constraints wizard recommends a set_clock_groups
-asynchronous
constraint between two clocks when the following conditions
are present:
- All paths have synchronizers in both directions.
- No path is covered by a
set_max_delay -datapath_only
in either direction (set_clock_groups
has higher precedence and overrides any existingset_max_delay
).