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.18. drc::report_waivers (::quartus::drc)

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

Tcl Package and Version

Belongs to ::quartus::drc

Syntax drc::report_waivers [-h | -help] [-long_help] -file <file> [-force] [-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
-file <file> The file where to store all the waivers found in the memory
-force the flag which can force to update DESIGN_ASSISTANT_WAIVER_FILE
-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
Output the definition of all the waivers in the memory to a file filtered based on the input arguments.
Example Usage
::drc::report_waivers -file waivers.dawf
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful