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:
parent
3dac1a7340
commit
a7baa587e3
|
@ -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>
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/bag
|
||||||
|
================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/fasoc
|
||||||
|
==================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/klayout
|
||||||
|
====================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/magic
|
||||||
|
==================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/new
|
||||||
|
================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: analog/virtuoso
|
||||||
|
=====================
|
|
@ -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>
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: digital/innovus
|
||||||
|
=====================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: digital/new
|
||||||
|
=================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: digital/openroad
|
||||||
|
======================
|
|
@ -3,21 +3,29 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
Design Rules <rules>
|
|
||||||
|
|
||||||
contents
|
|
||||||
|
|
||||||
versioning
|
versioning
|
||||||
Current Status <status>
|
Current Status <status>
|
||||||
known_issues
|
known_issues
|
||||||
|
|
||||||
contributing
|
Design Rules <rules>
|
||||||
partners
|
|
||||||
|
contents
|
||||||
|
|
||||||
|
analog
|
||||||
|
digital
|
||||||
|
sim
|
||||||
|
|
||||||
Python API <python-api/index>
|
Python API <python-api/index>
|
||||||
|
|
||||||
|
previous
|
||||||
glossary
|
glossary
|
||||||
|
|
||||||
|
contributing
|
||||||
|
partners
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Welcome to SkyWater SKY130 PDK's documentation!
|
Welcome to SkyWater SKY130 PDK's documentation!
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
|
|
|
@ -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`.
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: sim/ngspice
|
||||||
|
=================
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO: sim/spectre
|
||||||
|
=================
|
Loading…
Reference in New Issue