File size: 379 Bytes
fe683c0
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<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>