set_clock_transition error->warn

This commit is contained in:
James Cherry 2021-01-19 11:13:57 -07:00
parent b2c93799e4
commit e6f2fe16d6
1 changed files with 1 additions and 1 deletions

View File

@ -1620,7 +1620,7 @@ proc set_clock_transition { args } {
foreach clk $clks {
if { [$clk is_virtual] } {
sta_error 559 "transition time can not be specified for virtual clocks."
sta_warn 559 "transition time can not be specified for virtual clocks."
} else {
set_clock_slew_cmd $clk $tr $min_max [time_ui_sta $slew]
}