support / src_en /api.get_definition.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
No virus
276 Bytes
<h3 id='___get_definition'>get_definition</h3>
<pre>Get instantiation of instance
<b>Usage:</b> my $line = get_definition($inst);
$inst: Instance name.
$line: The instantiating line
<b>Examples:</b>
get_definition('U78');
Returns "AND2X1 U78(.A(n1), .B(n2), .Z(n3));"
</pre>