Delete user defined property for class of object(s)
Syntax
delete_property [‑quiet] [‑verbose] <name> <class>
Usage
Name | Description |
---|---|
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<name>
|
Name of property to delete |
<class>
|
Object type to delete property for; valid values are: design, net, cell, pin, port, pblock, interface, fileset |
Categories
Description
Deletes the user defined property for the specified object type
<class>
. Once a property is deleted, it is not reported by
report_property -all
or list_property
.
Arguments
<name>
- (Required) The name of the property to be deleted. The name is case sensitive.
<class>
- (Required) The class of the property to delete.
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the
set_msg_config
command.Examples
The following example deletes the user created property called
INSERT_CUSTOM_IP
for net objects:
delete_property INSERT_CUSTOM_IP net