Sie sind auf Seite 1von 1

get_ccopt_clock_trees

get_ccopt_clock_trees
[-help]
pattern
[-regexp]
This command returns the names of the clock trees whose names match the specified 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_trees parameter. For a detailed description of the
command and all of its parameters, use the man
command: man get_ccopt_clock_trees .
pattern Returns a list of clock trees that match this pattern. It is a required parameter.
- When specified, treats all patterns as full Tcl regular expressions. If not specified,
regexp pattern is treated as a wildcard pattern.

Examples

 The following command returns the list of all clock trees:


get_ccopt_clock_trees *
m_clk m_digit_clk m_dsram_clk m_ram_clk m_rcc_clk m_spi_clk refclk<1>
refclkv

 The following command returns the list of all clock trees that contain the word ram_clk , which is a Tcl pattern
match :
get_ccopt_clock_trees ram_clk -regexp
m_dsram_clk m_ram_clk

 The following command returns the list of all clock trees that start with "m", which is a wildcard match :
get_ccopt_clock_trees m*
m_clk m_digit_clk m_dsram_clk m_ram_clk m_rcc_clk m_spi_clk

Das könnte Ihnen auch gefallen