docs: Adding placeholder pages for various tools.

* Analog tooling
   - Generators BAG, FASoC, etc
   - Manual tools KLayout, Magic, Innovus, etc

 * Digital tooling
   - Cadence Innovus
   - OpenROAD

 * Simulation tooling
   - ngspice
   - Cadence Spectre

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-07-08 15:34:26 -07:00
parent 3dac1a7340
commit a7baa587e3
16 changed files with 76 additions and 6 deletions

13
docs/analog.rst Normal file
View File

@ -0,0 +1,13 @@
Analog Design
=============
.. toctree::
:caption: Analog Design
:name: analog
With Cadence Virtuoso <analog/virtuoso>
With MAGIC <analog/magic>
With Klayout <analog/klayout>
With Berkeley Analog Generator (BAG) <analog/bag>
With FASoC <analog/fasoc>
With your design flow? <analog/new>

2
docs/analog/bag.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: analog/bag
================

2
docs/analog/fasoc.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: analog/fasoc
==================

2
docs/analog/klayout.rst Normal file
View File

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

2
docs/analog/magic.rst Normal file
View File

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

2
docs/analog/new.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: analog/new
================

2
docs/analog/virtuoso.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: analog/virtuoso
=====================

10
docs/digital.rst Normal file
View File

@ -0,0 +1,10 @@
Digital Design
==============
.. toctree::
:caption: Digital Design
:name: digital
With Cadence Innovus <digital/innovus>
With OpenROAD <digital/openroad>
With your design flow? <digital/new>

2
docs/digital/innovus.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: digital/innovus
=====================

2
docs/digital/new.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: digital/new
=================

View File

@ -0,0 +1,2 @@
TODO: digital/openroad
======================

View File

@ -3,21 +3,29 @@
.. toctree::
:hidden:
Design Rules <rules>
contents
versioning
Current Status <status>
known_issues
contributing
partners
Design Rules <rules>
contents
analog
digital
sim
Python API <python-api/index>
previous
glossary
contributing
partners
Welcome to SkyWater SKY130 PDK's documentation!
===============================================

17
docs/sim.rst Normal file
View File

@ -0,0 +1,17 @@
Simulation
==========
.. toctree::
:caption: Simulation
:name: sim
With Cadence Spectre <sim/spectre>
With ngspice <sim/ngspice>
With your design flow? <analog/new>
.. todo::
The SkyWater SKY130 PDK provides simulation two types of simulation models.
:term:`Spectre models` for usage with :term:`Cadence Spectre` and
:term:`Spice models` which are compatible with popular open source spice
simulators like :term:`ngspice`.

2
docs/sim/ngspice.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: sim/ngspice
=================

2
docs/sim/spectre.rst Normal file
View File

@ -0,0 +1,2 @@
TODO: sim/spectre
=================

0
docs/sim/spice.rst Normal file
View File