File size: 346 Bytes
b8d41f7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<h3 id='___get_leaf_pin_dir'>get_leaf_pin_dir</h3>
<pre>Get leaf cell pin's direction input/output/inout
<b>Usage:</b> my $dir = get_leaf_pin_dir("$leaf_name/$pin");
$pin: pin name, E.G.  A or B or Y
$leaf: Leaf cell name, E.G. NAND2X2
$dir: return direction, input/output/inout

<b>Examples:</b>

my $dir = get_leaf_pin_dir("NAND2X2/A");

</pre>