Introduction by Example ======================== Run your first design from example directory: .. code-block:: bash source $VENV/bin/activate schematic2layout.py -p e.g., > schematic2layout.py $ALIGN_HOME/examples/buffer/ -p $ALIGN_HOME/pdks/FinFET14nm_Mock_PDK .. note:: ALIGN assumes folder name, file name, design name to be identical unless provided specifically. You can also specify them using command line arguments. .. code-block:: bash source $VENV/bin/activate schematic2layout.py -f -s -p -flat <0/1> -c (to check drc) -g (to generate image of layout) e.g., > schematic2layout.py $ALIGN_HOME/examples/buffer/ -f $ALIGN_HOME/examples/buffer/buffer.sp -s buffer -p $ALIGN_HOME/pdks/FinFET14nm_Mock_PDK -flat 0 -c -g For a full list of options supported by the tool, please use the following command: .. code-block:: bash schematic2layout.py -h