docs: make toctree visible
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
1efec35671
commit
7b1bf00faa
|
@ -1,8 +1,41 @@
|
||||||
.. include:: common.inc
|
.. include:: common.inc
|
||||||
|
|
||||||
|
|
||||||
|
Welcome to SkyWater SKY130 PDK's documentation!
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
This documentation is currently a **work in progress**.
|
||||||
|
|
||||||
|
.. image:: _static/skywater-pdk-logo.png
|
||||||
|
:align: center
|
||||||
|
:alt: SkyWater PDK Logo Image.
|
||||||
|
|
||||||
|
|
||||||
|
Resources
|
||||||
|
---------
|
||||||
|
|
||||||
|
The latest SkyWater SKY130 PDK design resources can be downloaded from the following repositories:
|
||||||
|
|
||||||
|
* `On Github @ google/skywater-pdk <https://github.com/google/skywater-pdk>`_
|
||||||
|
* `Google CodeSearch interface @ https://cs.opensource.google/skywater-pdk <https://cs.opensource.google/skywater-pdk>`_
|
||||||
|
* `foss-eda-tools.googlesource.com/skywater-pdk <https://foss-eda-tools.googlesource.com/skywater-pdk/>`_
|
||||||
|
|
||||||
|
|
||||||
|
Indices and tables
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* :ref:`glossary`
|
||||||
|
* :ref:`genindex`
|
||||||
|
* :ref:`modindex`
|
||||||
|
* :ref:`search`
|
||||||
|
|
||||||
|
|
||||||
|
Table of contents
|
||||||
|
-----------------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
versioning
|
versioning
|
||||||
known_issues
|
known_issues
|
||||||
|
@ -11,8 +44,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Process Design Rules
|
:caption: Process Design Rules
|
||||||
:name: rules
|
:name: rules
|
||||||
:maxdepth: 2
|
:maxdepth: -1
|
||||||
:hidden:
|
|
||||||
|
|
||||||
rules/background
|
rules/background
|
||||||
rules/masks
|
rules/masks
|
||||||
|
@ -39,8 +71,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: PDK Contents
|
:caption: PDK Contents
|
||||||
:name: pdk-contents
|
:name: pdk-contents
|
||||||
:maxdepth: 4
|
:maxdepth: -1
|
||||||
:hidden:
|
|
||||||
|
|
||||||
Libraries <contents/libraries>
|
Libraries <contents/libraries>
|
||||||
File Types <contents/file_types>
|
File Types <contents/file_types>
|
||||||
|
@ -49,7 +80,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Analog Design
|
:caption: Analog Design
|
||||||
:name: analog
|
:name: analog
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
With Cadence Virtuoso <analog/virtuoso>
|
With Cadence Virtuoso <analog/virtuoso>
|
||||||
With MAGIC <analog/magic>
|
With MAGIC <analog/magic>
|
||||||
|
@ -62,7 +93,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Digital Design
|
:caption: Digital Design
|
||||||
:name: digital
|
:name: digital
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
With Cadence Innovus <digital/innovus>
|
With Cadence Innovus <digital/innovus>
|
||||||
With OpenROAD <digital/openroad>
|
With OpenROAD <digital/openroad>
|
||||||
|
@ -72,7 +103,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Simulation
|
:caption: Simulation
|
||||||
:name: sim
|
:name: sim
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
sim/index
|
sim/index
|
||||||
With Cadence Spectre <sim/spectre>
|
With Cadence Spectre <sim/spectre>
|
||||||
|
@ -83,7 +114,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Physical & Design Verification
|
:caption: Physical & Design Verification
|
||||||
:name: verification
|
:name: verification
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
verification/index
|
verification/index
|
||||||
Automated Design Rule (DRC) Checking <verification/drc>
|
Automated Design Rule (DRC) Checking <verification/drc>
|
||||||
|
@ -100,7 +131,7 @@
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Appendix
|
:caption: Appendix
|
||||||
:hidden:
|
:maxdepth: -1
|
||||||
|
|
||||||
Python API <python-api/index>
|
Python API <python-api/index>
|
||||||
|
|
||||||
|
@ -111,33 +142,3 @@
|
||||||
partners
|
partners
|
||||||
|
|
||||||
references
|
references
|
||||||
|
|
||||||
|
|
||||||
Welcome to SkyWater SKY130 PDK's documentation!
|
|
||||||
===============================================
|
|
||||||
|
|
||||||
.. warning::
|
|
||||||
This documentation is currently a **work in progress**.
|
|
||||||
|
|
||||||
.. image:: _static/skywater-pdk-logo.png
|
|
||||||
:align: center
|
|
||||||
:alt: SkyWater PDK Logo Image.
|
|
||||||
|
|
||||||
|
|
||||||
Resources
|
|
||||||
=========
|
|
||||||
|
|
||||||
The latest SkyWater SKY130 PDK design resources can be downloaded from the following repositories:
|
|
||||||
|
|
||||||
* `On Github @ google/skywater-pdk <https://github.com/google/skywater-pdk>`_
|
|
||||||
* `Google CodeSearch interface @ https://cs.opensource.google/skywater-pdk <https://cs.opensource.google/skywater-pdk>`_
|
|
||||||
* `foss-eda-tools.googlesource.com/skywater-pdk <https://foss-eda-tools.googlesource.com/skywater-pdk/>`_
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`glossary`
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
Loading…
Reference in New Issue