2351 - All FPGAs: How do I check the timing of the paths across two clock domains in the trace report?

2351 - All FPGAs: How do I check the timing of the paths across two clock domains in the trace report?

Description:

If the two clocks (clock1_c and clock2_c) have an obvious timing relationship in the design, the timing information for paths across the two clock domains will be shown in the trace report as long as you have added associated timing preferences. 

For example:

FREQUENCY NET "clock2_c" 50.000000 MHz.

Then you will see the timing of the paths from the clock1_c domain to the clock2_c domain in the trace report.

If the two clocks are totally asynchronous, you can add the CLKSKEWDIFF preference to the Lattice Preference File (.LPF), to define the external clock skew between the two clock ports.  Otherwise, the trace report will not show the paths across the two clock domains.

For example:

CLKSKEWDIFF CLKPORT "clock1" CLKPORT "clock2" 2 NS.