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_check_parameter
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_drc_ver_1_0_cmd_drc__add_check_parameter
Ixiasoft
3.1.10.2. drc::add_check_parameter (::quartus::drc)
The following table displays information for the drc::add_check_parameter Tcl command:
Tcl Package and Version | Belongs to ::quartus::drc |
||
Syntax | drc::add_check_parameter [-h | -help] [-long_help] -check_op <check_op> [-is_user <is_user> ] [-param_description <param_description> ] -param_name <param_name> [-param_range <param_range> ] -param_value <param_value> -value_type <integer|double|string|string_list|bool> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-check_op <check_op> | Check Operation name | ||
-is_user <is_user> | Is parameter user visible | ||
-param_description <param_description> | Parameter description | ||
-param_name <param_name> | Parameter name | ||
-param_range <param_range> | Legal range for parameter | ||
-param_value <param_value> | Default value for parameter | ||
-value_type <integer|double|string|string_list|bool> | Parameter value type integer|double|string|string_list|bool | ||
Description | Add Check Operation . |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |