Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

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

Document Table of Contents

4.1.10.16. 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

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