Sei sulla pagina 1di 1

get_ccopt_clock_tree_source_groups

get_ccopt_clock_tree_source_groups
[-help]
pattern
[-regexp]
This command returns a list of clock tree source group objects matching the supplied pattern.
Note : This command is a part of the CCOpt native integration mode.

Parameters
- Outputs a brief description that includes type and default information for
help
each get_ccopt_clock_tree_source_groupsparameter. For a detailed
description of the command and all of its parameters, use the man command: man
get_ccopt_clock_tree_source_groups .

pattern Specifies the patterns for clock tree source groups to return.
- Specifies whether or not to use regular expression matching.
regexp

Examples

 The following command returns the list of all clock tree source groups:
get_ccopt_clock_tree_source_groups *
top_clk_group test_sig_group

 The following command returns the list of all clock tree source groups that contain the word clk , which is a Tcl pattern
match :
get_ccopt_clock_tree_source_groups clk -regexp
top_clk_group

 The following command returns the list of all clock tree source groups that start with "t", which is a wildcard match :
get_ccopt_clock_tree_source_groups t*
top_clk_group test_sig_group

Potrebbero piacerti anche