File size: 459 Bytes
fe683c0 |
1 2 3 4 5 6 7 8 |
<h3 id='___current_instance'>current_instance</h3> <pre>Set the current instance, alias of 'set_inst' <b>Usage:</b> current_instance($instance); $instance: Set $instance as the current instance. If the argument is missing, return the current setting ".." set to parent module, "~" set to the most top level module <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' </pre> |