docs: Adding verification tools placeholders.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-07-08 16:26:34 -07:00
parent a7baa587e3
commit 96f1f3edf9
14 changed files with 89 additions and 0 deletions

View File

@ -14,6 +14,7 @@
analog
digital
sim
verification
Python API <python-api/index>

46
docs/verification.rst Normal file
View File

@ -0,0 +1,46 @@
Physical & Design Verification
==============================
.. toctree::
:caption: Physical & Design Verification
:name: verification
Automated Design Rule (DRC) Checking <verification/drc>
- With Mentor Calibre
- With MAGIC
- With Klayout
Layout Versus Schematic (LVS) Checking <verification/lvs>
- With Mentor Calibre
- With netgen
Parasitic Extraction (PEX) <verification/pex>
- With Calibre xRC
- With MAGIC
.. todo::
The SkyWater SKY130 PDK provides automated physical and design rule checking decks.
These verification rules provide;
* :term:`Design Rule Checking` (:term:`DRC`) against rules described in the
:ref:`SkyWater SKY130 Process Design Rules` documentation.
.. warning::
There are some design rules which can not be verified with these decks.
They are clearly marked in the :ref:`SkyWater SKY130 Process Design Rules`
documentation and should be manually verified by the designer.
* :term:`Layout Verse Schematic` (:term`LVS`) Verification
* :term:`Parasitic Extraction` (:term:`PEX`)
TODO: Calibre Decks
-------------------
Put stuff here.
TODO: MAGIC Decks
-----------------
Put stuff here.

View File

@ -0,0 +1,8 @@
Design Rule Verification
========================
.. toctree::
With Mentor Calibre <drc/calibre>
With Magic <drc/magic>
With KLayout <drc/klayout>

View File

@ -0,0 +1,2 @@
TODO: verification/drc/calibre
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/drc/klayout
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/drc/magic
============================

View File

@ -0,0 +1,8 @@
Layout verse Schematic (LVS) Verification
=========================================
.. toctree::
With Mentor Calibre <lvs/calibre>
With Magic <lvs/magic>
With KLayout <lvs/klayout>

View File

@ -0,0 +1,2 @@
TODO: verification/lvs/calibre
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/lvs/klayout
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/lvs/magic
============================

View File

@ -0,0 +1,8 @@
Parasitics Extraction (PEX)
===========================
.. toctree::
With Mentor Calibre <pex/calibre>
With Magic <pex/magic>
With KLayout <pex/klayout>

View File

@ -0,0 +1,2 @@
TODO: verification/pex/calibre
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/pex/klayout
==============================

View File

@ -0,0 +1,2 @@
TODO: verification/pex/magic
============================