support / src_en /api.get_lib_cells.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
No virus
639 Bytes
<h3 id='___get_lib_cells'>get_lib_cells</h3>
<pre>Get leaf gates in libraries
<b>Usage:</b> my @cells = get_lib_cells($pattern, @options);
@options:
-help: This information
-char: All cells characterization
-type leaf_type: Get leaf gates matching type.
Leaf_type can be 'ff', 'latch', 'cg', 'buf', 'not', 'and' ...
-type_info: List all types in the current loaded libraries
-verbose: If $pattern matches only one lib cell, print the cell lib information
$pattern: Library cell name pattern, can have '*'.
@cells: Return array with name matching
</pre>