rm deprecated functions

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2024-01-17 18:12:25 -08:00
parent b2b9ab3f35
commit d493d17ab3
5 changed files with 7 additions and 43 deletions
-3
View File
@@ -66,9 +66,6 @@ proc_redirect read_spef {
set quiet [info exists flags(-quiet)]
set save [info exists flags(-save)]
set filename [file nativename [lindex $args 0]]
if { [info exists flags(-increment)] } {
sta_warn 272 "read_spef -increment is deprecated."
}
return [read_spef_cmd $filename $instance $corner $min_max \
$pin_cap_included $keep_coupling_caps $coupling_reduction_factor \
$reduce_to $delete_after_reduce $quiet]