gofeco/support
0
1<h3 id='___current_design'>current_design</h3>2<pre>Set the current top level module (LLM: current design module)3<b>Usage:</b> current_design($module);4$module: Set $module as the current top level module.5 If the argument is missing, return the current setting6 ".." set to parent module, "~" set to the most top level module 7<b>Note:</b> It can be reset to the root top module by 'undo_eco'. It is alias command of 'set_top'8</pre>