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 1.0 |
|||
| 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 | ||