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 1.0 |
|||
| 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 | ||