Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

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

Document Table of Contents

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