CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.find_equal_nets.txt11 linesDownload Raw Back to src_en
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>