drc::update_rule (::quartus::drc)
The following table displays information for the drc::update_rule Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::drc 1.0 |
|||
| Syntax | drc::update_rule [-h | -help] [-long_help] -category <category> [-description <description> ] [-exec_proc <exec_proc> ] [-finalize_proc <finalize_proc> ] -id <id> [-is_user <is_user> ] [-param_description <param_description> ] [-param_value <param_value> ] [-parameter <parameter> ] [-recommendation <recommendation> ] [-setup_proc <setup_proc> ] [-short_description <short_description> ] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -category <category> | Rule category | |||
| -description <description> | Rule description | |||
| -exec_proc <exec_proc> | Execution proc for the rule | |||
| -finalize_proc <finalize_proc> | Cleanup proc for the rule | |||
| -id <id> | Rule ID | |||
| -is_user <is_user> | Is rule parameter user visible | |||
| -param_description <param_description> | Parameter description | |||
| -param_value <param_value> | Parameter default value | |||
| -parameter <parameter> | Parameter for the rule | |||
| -recommendation <recommendation> | Rule recommendation | |||
| -setup_proc <setup_proc> | Initialization proc for the rule | |||
| -short_description <short_description> | Rule title | |||
| Description |
Update Check Operation. |
|||
| Example Usage |
update_rule -category {TEST} -id {TEST_ID}
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||