Intel® Quartus® Prime Pro Edition User Guide: Design Recommendations

ID 683082
Date 8/03/2023
Public
Document Table of Contents

2.5.5.5.6. drc::get_waivers Command

Description

Returns a Design Assistant waiver for the rule, Compiler stages, owner, and query string that you specify. If you specify no option, drc::get_waivers returns all existing waivers.

Syntax

drc::get_waivers
-owner <userid>
-rule <rule_id>
query_string
-stages <compiler stages>
[-tag <string>]
Arguments
owner
User ID of waiver creator for audit trail.
rule

Alpha-numeric rule ID.

query_string
Query string specifying violation column arguments to define the violation patterns the waiver ignores. The query string must exactly match the query_string you specify during waiver creation with the add_waiver command.
stages
Subset of Compiler stage(s) to which the rule waiver applies.
tag
Short text description for tracking different types of violations across the entire project.