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.6. drc::add_rule (::quartus::drc)

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

Tcl Package and Version

Belongs to ::quartus::drc

Syntax drc::add_rule [-h | -help] [-long_help] -category <category> -check_operation <check_operation> [-description <description> ] -id <id> [-is_default <is_default> ] [-recommendation <recommendation> ] -severity <severity> [-short_description <short_description> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-category <category> Rule category
-check_operation <check_operation> Check operation associated
-description <description> Detailed description
-id <id> Rule ID
-is_default <is_default> Is Default Rule
-recommendation <recommendation> Detailed recommendation
-severity <severity> Rule Severity
-short_description <short_description> Rule title
Description
Add Check Operation .
Example Usage
		add_rule -category {TEST} -id {TEST_ID} -check_operation {TEST_CHECK_OP} -severity {TEST_SEVERITY}
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful