set_clock_transition error->warn
This commit is contained in:
parent
b2c93799e4
commit
e6f2fe16d6
|
|
@ -1620,7 +1620,7 @@ proc set_clock_transition { args } {
|
||||||
|
|
||||||
foreach clk $clks {
|
foreach clk $clks {
|
||||||
if { [$clk is_virtual] } {
|
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 {
|
} else {
|
||||||
set_clock_slew_cmd $clk $tr $min_max [time_ui_sta $slew]
|
set_clock_slew_cmd $clk $tr $min_max [time_ui_sta $slew]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue