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_sdc_ver_1_5_cmd_remove_disable_timing
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sdc_ver_1_5_cmd_remove_disable_timing
Ixiasoft
4.1.33.16. remove_disable_timing (::quartus::sdc)
The following table displays information for the remove_disable_timing Tcl command:
Tcl Package and Version | Belongs to ::quartus::sdc |
||
Syntax | remove_disable_timing [-h | -help] [-long_help] [-from <name> ] [-to <name> ] <cells> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-from <name> | Valid source pin suffix | ||
-to <name> | Valid destination pin suffix | ||
<cells> | List of cells | ||
Description | Adds a previously disabled edge (arc) back to a given cell(s). If no -from/-to value is specified, the missing value is substituted by a "*". The values of the -from and -to are valid pin suffixes. The values used must follow standard Tcl or Timing Analyzer-extension substitution rules. See the help for use_timing_analyzer_style_escaping for details. |
||
Example Usage | remove_disable_timing -from datain -to combout A|B remove_disable_timing -from carryin * |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist. |