report_clock_skew with no clocks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
38a097f8a7
commit
289f2f2f2a
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue