Write out one or more DRC/METHODOLOGY/CDC message waivers in command form
Syntax
write_waivers [‑type <arg>] [‑objects <args>] [‑return_string] [‑force]
[‑quiet] [‑verbose] [<file>]
Usage
Name | Description |
---|---|
[-type]
|
Type of waiver(s) - ALL, DRC, METHODOLOGY, CDC to write |
[-objects]
|
List of DRC/METHODOLOGY/CDC waiver objects to be written |
[-return_string]
|
Return report results as a string object |
[-force]
|
Overwrite existing file |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
[<file>]
|
Name of file to write waivers |
Description
To save waivers from one design session to the next, you must use write_waivers
to create an XDC file of the waiver commands, and read_xdc
to read those waivers back into the design when it is reopened.
Arguments
-type
<arg> - (Optional) Specifies the type of waivers to write to the file. Currently supports DRC, METHODOLOGY, and CDC.
-objects
<args> - (Optional) Specifies a list of waiver objects to write. Waiver objects can be specified by the get_waivers
command.
-return_string
- (Optional) Directs the output to a Tcl string. The Tcl string can be captured by a variable definition and parsed or otherwise processed.
-force
- (Optional) This argument forces writing of waivers to the file. If you receive a message that the waivers will not be written because the counts will be invalid, you can use this option to write the file.
-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.Examples
write_waivers C:/Data/design_waivers.xdc
write_waivers -type DRC C:/Data/drc_waivers.xdc