Sei sulla pagina 1di 1

get_ccopt_clock_tree_sinks

get_ccopt_clock_tree_sinks
[-help]
pattern
[-in_clock_trees list_of_trees ]
[-not_in_clock_trees list_of_trees ]
[-regexp]
This command returns a list of clock tree sinks whose names match the specified pattern. By default, the command returns all
clock tree sinks with matching names, but you can use optional parameters to filter the list based on the clock tree membership.
Note : This command is a part of the CCOpt native integration mode.

Parameters
-help Outputs a brief description that includes type and default information for
each get_ccopt_clock_tree_sinks parameter.
For a detailed description of the command and all of its parameters, use the man
command: manget_ccopt_clock_tree_sinks .
-in_clock_trees list_of_trees
Specifies a TCL list of clock trees whose sinks are to be included in the list.
If not specified, all the sinks of all the clock trees in the design that satisfy the
other conditions of the command will be returned.
-not_in_clock_trees list_of_trees
Specifies a TCL list of clock trees whose sinks are to be excluded from the list.
If not specified, all the sinks that satisfy the other conditions of the command will
be returned.
pattern Returns clock tree sinks that match this pattern.
If not specified, all the sinks that satisfy the other conditions of the command will
be returned.
-regexp When specified, treats all patterns as full TCL regular expressions. If not
specified, pattern is treated as a wildcard pattern.

Examples

 The following command returns the list of all clock tree sinks in all clock trees:
get_ccopt_clock_tree_sinks *
{TDSP_CORE_INST/TDSP_CORE_MACH_INST/tdsp_state_reg[2]/CP}
{TDSP_CORE_INST/TDSP_CORE_MACH_INST/tdsp_state_reg[1]/CP}
{TDSP_CORE_INST/TDSP_CORE_MACH_INST/tdsp_state_reg[0]/CP}...

 The following command returns the list of all clock tree sinks in clock whose name starts with "TEST":
get_ccopt_clock_tree_sinks TEST*
TEST_CONTROL_INST/g137/A1

 The following command returns the list of all clock tree sinks in clock trees whose names contain "TEST":
get_ccopt_clock_tree_sinks TEST -regexp
TEST_CONTROL_INST/g137/A1 RAM_128x16_TEST_INST/RAM_128x16_INST/CLK
RAM_256x16_TEST_INST/RAM_256x16_INST/CLK

Potrebbero piacerti anche