SmartTime Static Timing Analyzer User Guide
123
list_paths
Tcl command; returns a list of the
n
worst paths matching the arguments. The number of paths returned can
be changed using the set_options -limit_max_paths <
value
> command.
list_paths
-analysis <
max
|
min
>
-format <
csv
|
text
>
-set <
name
>
-clock <
clock name
>
-type <
set_type
>
-from_clock <
clock name
>
-to_clock <
clock name
>
-in_to_out
-from <
port/pin pattern
>
-to <
port/pin pattern
>
Arguments
-analysis <
max
|
min
>
Specifies whether the timing analysis is done for max-delay (setup check) or min-delay (hold check). Valid
values are: max or min.
-format <
text
|
csv
>
Specifies the list format. It can be either text (default) or csv (comma separated values). Text format is
better for display and csv format is better for parsing.
-set <
name
>
Returns a list of paths from the named set. You can either use the -set option to specify a user set by its
name or use both -clock and -type to specify a set.
-clock <
clock name
>
Returns a list of paths from the specified clock domain. This option requires the -type option.
-type <
set_type
>
Specifies the type of paths to be included. It can only be used along with -clock. Valid values are:
reg_to_reg -- Paths between registers
external_setup -- Path from input ports to data pins of registers
external_hold -- Path from input ports to data pins of registers
clock_to_out -- Path from registers to output ports
reg_to_async -- Path from registers to asynchronous pins of registers
external_recovery -- Path from input ports to asynchronous pins of registers
external_removal -- Path from input ports to asynchronous pins of registers
async_to_reg -- Path from asynchronous pins to registers
-from_clock <
clock name
>
Used along with -to_clock to get the list of paths of the inter-clock domain between the two clocks.
-to_clock <
clock name
>
Used along with -from_clock to get the list of paths of the inter-clock domain between the two clocks.
-in_to_out
Used to get the list of path between input and output ports.
-from <
port/pin pattern
>
Filter the list of paths to those starting from ports or pins matching the pattern.
-to <
port/pin pattern
>
Filter the list of paths to those ending at ports or pins matching the pattern.
Summary of Contents for SmartTime
Page 2: ......
Page 6: ......
Page 15: ...SmartTime Static Timing Analyzer User Guide 15 SmartTime Timing Analyzer ...
Page 31: ...SmartTime Static Timing Analyzer User Guide 31 Advanced Timing Analysis ...
Page 37: ...SmartTime Static Timing Analyzer User Guide 37 Generating Timing Reports ...
Page 57: ...SmartTime Static Timing Analyzer User Guide 57 Timing Concepts ...
Page 66: ...SmartTime Static Timing Analyzer User Guide 66 ...
Page 92: ...SmartTime Static Timing Analyzer User Guide 92 Dialog Boxes ...
Page 118: ...SmartTime Static Timing Analyzer User Guide 118 Tcl Commands ...