Sie sind auf Seite 1von 2

get_ccopt_clock_tree_nets

get_ccopt_clock_tree_nets
[-help]
pattern
[-in_clock_trees list_of_trees ]
[-net_types leaf | trunk | top]
[-not_in_clock_trees list_of_trees ]
[-regexp]
This command returns a list of clock tree nets whose names match the specified pattern. By default, the command returns all
clock tree nets with matching names, but you can use optional parameters to filter the list based on net type and clock tree
membership. Valid values for net types are leaf, trunk, and top .
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_netsparameter. For a
detailed description of the command and all of its
parameters, use the man command: man
get_ccopt_clock_tree_nets .

- Specifies a TCL list of clock trees whose nets are to be


in_clock_treeslist_of_trees included in the list. If not specified, all the nets of all the
clock trees in the design that satisfy the other conditions
of the command will be returned.
-net_types leaf | trunk | top

Only returns nets of the specified type(s). All clock tree


nets fall into one of three categories:

 leaf nets - nets connected to sinks


 top nets - nets with a high transitive fanout, exceeding the
threshold specified using the set_ccopt_mode -
top_net_min_fanout command
 trunk nets - all other nets in the clock tree that are neither
leaf nor top nets

By default, all net types are returned: leaf, top, and


trunk .

-not_in_clock_trees list_of_trees
Specifies a TCL list of clock trees whose nets are to be
excluded from the list. If not specified, all the nets that
satisfy the other conditions of the command will be
returned.
pattern Returns clock tree nets that match this pattern. If not
specified, all the nets 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 nets in all clock trees:
get_ccopt_clock_tree_nets *
refclk clk TEST_CONTROL_INST/clk_CPF_LS_DUP_101 TEST_CONTROL_INST/n_0
TEST_CONTROL_INST/n_1 m_tdsp_clk TDSP_CORE_INST/clk_CPF_LS_DUP_162
TDSP_CORE_INST/TDSP_CORE_MACH_INST

 The following command returns the list of all trunk type nets in all clock trees:
get_ccopt_clock_tree_nets * -net_types -trunk
refclk clk TEST_CONTROL_INST/clk_CPF_LS_DUP_101 TEST_CONTROL_INST/n_1
m_tdsp_clk m_spi_clk m_rcc_clk RESULTS_CONV_INST/rcc_clk_CPF_LS_DUP_161
RESULTS_CONV_INST/upper770/n_4 RESULTS_CONV_INST/upper1336/n_4
RESULTS_CONV_INST/lower770/n_4 RESULTS_CONV_INST/lower1336/n_4
RESULTS_CONV_INST/n_1390 RESULTS_CONV_INST/n_1389 RESULTS_CONV_INST/n_1394
RESULTS_CONV_INST/n_1393 RESULTS_CONV_INST/n_1392 RESULTS_CONV_INST/n_1391
m_dsram_clk

 The following command returns the list of all nets whose names start with the word "TEST":
get_ccopt_clock_tree_nets TEST*
TEST_CONTROL_INST/clk_CPF_LS_DUP_101 TEST_CONTROL_INST/n_0
TEST_CONTROL_INST/n_1

 The following command returns the list of all nets that contain the word "TEST":
get_ccopt_clock_tree_nets TEST -regexp
TEST_CONTROL_INST/clk_CPF_LS_DUP_101 TEST_CONTROL_INST/n_0
TEST_CONTROL_INST/n_1 RAM_256x16_TEST_INST/wr_CPF_LS_DUP_160

Das könnte Ihnen auch gefallen