icc2_shell> man time.delay_calculation_style
3. Attributes and Variables Command Reference
time.delay_calculation_style
NAME
time.delay_calculation_style
Controls how the timer calculates cell and net delays and slews.
TYPE
Enum
DEFAULT
"auto"
DESCRIPTION
This option controls how the timer calculates cell and net delays and
slews. Possible values are "auto", and "zero_interconnect". "auto" is
the default. In "zero_interconnect" mode, cell delays will be calcu-
lated assuming zero interconnect capacitance, and net delays will be
zero. Zero-interconnect analysis is always used for unplaced designs.
In "auto" mode, tool uses its default engine for net delay calcula-
tions.
Application options are set using the set_app_options command, and they
may be specified globally or with respect to a design. To determine
the current value of an application option on a specific design, use
get_app_option_value -design $design -name . Use
report_app_options to show the value of multiple application options.
SEE ALSO
get_app_option_value(2)
report_app_options(2)
set_app_options(2)
Version R-2020.09-SP5
Copyright (c) 2021 Synopsys, Inc. All rights reserved.
icc2_shell>
|