CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_only_use.txt14 linesDownload Raw Back to src_en
1<h3 id='___set_only_use'>set_only_use</h3>2<pre>In optimize_patch, Only use these cells listed 3<b>Usage:</b> set_only_use(@cell_list);4@cell_list: List of the cells that are used in optimize_patch. Wild card '*' is supported5 6<b>Examples:</b>7 8#1. Use these two cells9set_only_use("INVX30","AND2X24");10 11#2. Use any type of invert and nand gate12set_only_use("INV*", "NAND*");13 14</pre>