The solution depends on whether the two clock domains are asynchronous or synchronous.
- If asynchronous, cover the paths between the two domains with a timing exception
such
as:
set_max_delay -datapath_only ... set_clock_groups ... set_false_path ... - If synchronous, adjust the clock constraints to correctly define the relationship between the two clocks.