delete_instance
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
15b1084e96
commit
f9a5223f08
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue