CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_inst.txt8 linesDownload Raw Back to src_en
1<h3 id='___set_inst'>set_inst</h3>2<pre>Set the current instance, alias of 'current_instance'3<b>Usage:</b> set_inst($instance);4$instance: Set $instance as the current instance.5         If the argument is missing, return the current setting6         ".." set to parent, "~" set to the most top level module 7<b>Note:</b> It can be reset to the root top module by 'undo_eco'. It has same effect of 'set_top' and 'current_design'8</pre>