Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.10.23. 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

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