docs/sim: use toctree with caption
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
56cd9d707b
commit
68583ff810
|
@ -70,10 +70,20 @@
|
||||||
With your design flow? <digital/new>
|
With your design flow? <digital/new>
|
||||||
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: Simulation
|
||||||
|
:name: sim
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
sim/index
|
||||||
|
With Cadence Spectre <sim/spectre>
|
||||||
|
With ngspice <sim/ngspice>
|
||||||
|
With your design flow? <analog/new>
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
sim
|
|
||||||
verification
|
verification
|
||||||
|
|
||||||
Python API <python-api/index>
|
Python API <python-api/index>
|
||||||
|
|
17
docs/sim.rst
17
docs/sim.rst
|
@ -1,17 +0,0 @@
|
||||||
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,6 @@
|
||||||
|
Overview
|
||||||
|
========
|
||||||
|
|
||||||
|
The SkyWater SKY130 PDK provides 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`.
|
Loading…
Reference in New Issue