Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_drc_ver_1_0_cmd_drc__add_rule
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_drc_ver_1_0_cmd_drc__add_rule
Ixiasoft
3.1.6.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 | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |