support / src_en /api.find_equal_nets.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
No virus
379 Bytes
<h3 id='___find_equal_nets'>find_equal_nets</h3>
<pre>Find equivalent nets in IMP for the listed nets in REF, the results are printed out on the screen
<b>Usage:</b> find_equal_nets(@ref_nets);
options: ("help","full=i")
-help: Print this info
<b>Examples:</b>
#1. Find IMP equal nets for 'mbist_done', 'sync_start' in REF
find_equal_nets('mbist_done', 'sync_start');
</pre>