gofeco/support
0
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>