gofeco/support
0
1<h3 id='___find_equal_nets'>find_equal_nets</h3>2<pre>Find equivalent nets in IMP for the listed nets in REF, the results are printed out on the screen3<b>Usage:</b> find_equal_nets(@ref_nets);4options: ("help","full=i")5 -help: Print this info6 7<b>Examples:</b>8 9#1. Find IMP equal nets for 'mbist_done', 'sync_start' in REF10find_equal_nets('mbist_done', 'sync_start');11</pre>