CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.current_design.txt8 linesDownload Raw Back to src_en
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>