Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_use_timing_analyzer_style_escaping
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_use_timing_analyzer_style_escaping
Ixiasoft
3.1.29.81. use_timing_analyzer_style_escaping (::quartus::sta)
The following table displays information for the use_timing_analyzer_style_escaping Tcl command:
Tcl Package and Version | Belongs to ::quartus::sta |
||
Syntax | use_timing_analyzer_style_escaping [-h | -help] [-long_help] [-off] [-on] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-off | Disable this setting. | ||
-on | Enable this setting. | ||
Description | Use Timing Analyzer-style escaping. (Timing Analyzer-style escaping is enabled by default. The values used to create a collection, whether explicitly using a collection command or implicitly as a value specified as a "-from", "-to", or similar option to various SDC and report commands, are a Tcl list of wildcards. This includes a single name with an exact match. The value must follow standard Tcl substitution rules for Tcl lists and "string match" as described below, unless using Timing Analyzer-style escaping (default). For special characters such as '$', the character must be escaped using a single '\' character to prevent Tcl from interpreting the word after '$' as a Tcl variable, such as: Clk\$Signal. A '\' character itself must be escaped with another '\' as in the '$' case, must be escaped again for the Tcl list, and must be escaped yet again for Tc |