gofeco/support
0
1<h3 id='___get_lib_cells'>get_lib_cells</h3>2<pre>Get leaf gates in libraries 3<b>Usage:</b> my @cells = get_lib_cells($pattern, @options);4@options:5 -help: This information6 -char: All cells characterization7 -type leaf_type: Get leaf gates matching type. 8 Leaf_type can be 'ff', 'latch', 'cg', 'buf', 'not', 'and' ...9 -type_info: List all types in the current loaded libraries10 -verbose: If $pattern matches only one lib cell, print the cell lib information11$pattern: Library cell name pattern, can have '*'.12@cells: Return array with name matching13</pre>