File size: 451 Bytes
fe683c0 |
1 2 3 4 5 6 7 8 |
<h3 id='___current_design'>current_design</h3> <pre>Set the current top level module (LLM: current design module) <b>Usage:</b> current_design($module); $module: Set $module as the current top level module. 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 is alias command of 'set_top' </pre> |