adding klayout window screenshot to tutorial docs

This commit is contained in:
nayiri-k
2023-06-14 10:14:09 -07:00
parent ef185254e1
commit fcff5f990c
2 changed files with 6 additions and 0 deletions

View File

@@ -275,6 +275,12 @@ This is because Magic and Netgen, as of the writing of this tutorial, do not hav
so to view the DRC/LVS results for debugging you must launch the tool interactively, then run DRC/LVS checks,
which is done by the ``generated-scripts/view_[drc|lvs]`` scripts. This is not the case for KLayout, which does have a loadable database format.
Below is the window you should see when loading the KLayout DRC results interactively. Note that most of these DRC errors are
from special rules relating to Sky130 SRAMs, which have been verified separately. In the future the KLayout tool plugin should blackbox these
SRAM macros by default, but this feature does not exist yet.
.. image:: ../_static/images/vlsi-openroad-klayout-drc.png
VLSI Flow Control
^^^^^^^^^^^^^^^^^