report_clock_skew with no clocks

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-08-18 18:52:59 -07:00
parent 38a097f8a7
commit 289f2f2f2a
1 changed files with 3 additions and 1 deletions

View File

@ -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
}
}
################################################################