Skip to content

Commit

Permalink
report_clock_skew with no clocks
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Aug 19, 2021
1 parent 38a097f commit 289f2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tcl/Search.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ proc_redirect report_clock_skew {
} else {
set digits $sta_report_default_digits
}
report_clk_skew $clks $corner $setup_hold $digits
if { $clks != {} } {
report_clk_skew $clks $corner $setup_hold $digits
}
}

################################################################
Expand Down

0 comments on commit 289f2f2

Please sign in to comment.