Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.10.11. drc::delete_waivers (::quartus::drc)

The following table displays information for the drc::delete_waivers Tcl command:

Tcl Package and Version

Belongs to ::quartus::drc

Syntax drc::delete_waivers [-h | -help] [-long_help] [-all] [-owner <owner> ] [-query_string <query_string> ] [-rule_id <rule_id> ] [-stages <stages> ] [-tag <tag> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-all The flag needed explicitly for deleting all the waivers without other arguments
-owner <owner> User ID of creator. Meant for waiver audit trail.
-query_string <query_string> Query string uses one ore more violation column arguments to define patterns of violations that should be ignored.
-rule_id <rule_id> Alpha-numeric rule ID pattern to define the scope of this waiver.
-stages <stages> one or more stage(s) where rules are defined, for which the waiver can be applied to.
-tag <tag> User-specified tags for tracking different types of violations across the whole project.
Description
Delete waivers based on the input arguments
Example Usage
# This delete all the waivers.
::drc::delete_waivers
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful