delete_instance

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-06-05 07:56:44 -07:00
parent 15b1084e96
commit f9a5223f08
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ proc delete_instance { instance } {
if { [is_object $instance] } {
set object_type [object_type $instance]
if { $object_type == "Instance" } {
set inst $obj
set inst $instance
} else {
sta_error 587 "unsupported object type $object_type."
}