Delete one or more DRC/METHODOLOGY/CDC message waivers
Syntax
delete_waivers [‑scoped] [‑quiet] [‑verbose] [<objects>...]
Usage
Name | Description |
---|---|
[-scoped]
|
flag waiver to interpret object wildcards as scoped to the current_instance that is set |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
[<objects>]
|
List of waiver objects, or a list of message objects (cells, nets, sites, etc.) for which DRC/METHODOLOGY waiver(s) were set |
Description
After report_drc
, report_methodology
, or report_cdc
commands are run, they return messages of specific violations or conditions found in the design. These violations can prevent the design from progressing until they have been resolved or addressed in some way. The create_waiver
command lets you select individual violations or specific checks that can be waived for a design, letting you move forward in the design flow.
Use the delete_waivers
command to remove waivers from the design.
Arguments
-scoped
- (Optional) Specify that waivers should be interpreted with object wildcards as scoped to the current_instance
that is set.
-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.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.
<objects>
- (Optional) List of waiver objects as returned by get_waivers
.
Examples
delete_waivers [get_waivers -type DRC]