Get_cells, Get_clocks, 47 get cells – Achronix ACE Version 5.0 User Manual

Page 336: 48 get clocks, Get cells, Get clocks

Advertising
background image

get clocks

Chapter 5. Tcl Command Reference

current ACE session.

Argument

Required/Optional

Description

[-quiet]

Optional

do not print a message if there is no active project

get cells

get cells filter [-no case] [-compatibility mode]

Returns a collection of cells (instances) in the design. All cell names match the specified pattern. Wildcards
may be used to select multiple cells at once.

Argument

Required/Optional

Description

filter

Required

The required <filter> option is
used to filter returned node
names (string patterns are
matched using Tcl string
matching)

[-no case]

Optional

The optional -no case option
specifies the matching of node
names to the filter should be
case-insensitive

[-compatibility mode]

Optional

The optional
-compatibility mode option
specifies the use of simple Tcl
string matching on full, absolute
cell names. Pipes are not treated
as special characters in the
pattern. This is the default
behavior, and is the only mode
supported at this time.

get clocks

get clocks filter [-no case]

Returns a collection of clocks in the design. All clock names in the collection match the specified pattern.
Wildcards may be used to select multiple clocks at once.

Argument

Required/Optional

Description

filter

Required

The required <filter> option is
used to filter returned node names
(string patterns are matched using
Tcl string matching)

[-no case]

Optional

The optional -no case option
specifies the matching of node
names to the filter should be
case-insensitive

UG001 Rev. 5.0 - 5th December 2012

http://www.achronix.com

324

Advertising