docs/verification: use toctree with caption
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
68583ff810
commit
3eb838640c
|
@ -82,9 +82,25 @@
|
|||
|
||||
|
||||
.. toctree::
|
||||
:caption: Physical & Design Verification
|
||||
:name: verification
|
||||
:hidden:
|
||||
|
||||
verification
|
||||
verification/index
|
||||
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
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
Python API <python-api/index>
|
||||
|
||||
|
|
|
@ -1,21 +1,5 @@
|
|||
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
|
||||
|
||||
Overview
|
||||
========
|
||||
|
||||
.. todo::
|
||||
The SkyWater SKY130 PDK provides automated physical and design rule checking decks.
|
Loading…
Reference in New Issue