drc::get_waivers (::quartus::drc)
The following table displays information for the drc::get_waivers Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::drc 1.0 |
|||
| Syntax | drc::get_waivers [-h | -help] [-long_help] [-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 | |||
| -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 |
List all the waiver objects found in the memory filtered based on the input arguments. |
|||
| Example Usage |
set waiver_objs [::drc::get_waivers] |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||