=========================================== cd - a shortcut for 'select -module ' =========================================== .. raw:: latex \begin{comment} .. cmd:def:: cd :title: a shortcut for 'select -module ' .. code:: yoscrypt cd :: This is just a shortcut for 'select -module '. .. code:: yoscrypt cd :: When no module with the specified name is found, but there is a cell with the specified name in the current module, then this is equivalent to 'cd '. .. code:: yoscrypt cd .. :: Remove trailing substrings that start with '.' in current module name until the name of a module in the current design is generated, then switch to that module. Otherwise clear the current selection. .. code:: yoscrypt cd :: This is just a shortcut for 'select -clear'. .. raw:: latex \end{comment} .. only:: latex :: cd This is just a shortcut for 'select -module '. cd When no module with the specified name is found, but there is a cell with the specified name in the current module, then this is equivalent to 'cd '. cd .. Remove trailing substrings that start with '.' in current module name until the name of a module in the current design is generated, then switch to that module. Otherwise clear the current selection. cd This is just a shortcut for 'select -clear'.