docs/sim: use toctree with caption

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-04-20 09:51:07 +02:00
parent 56cd9d707b
commit 68583ff810
3 changed files with 17 additions and 18 deletions

View File

@ -70,10 +70,20 @@
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::
:hidden:
sim
verification
Python API <python-api/index>

View File

@ -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`.

6
docs/sim/index.rst Normal file
View File

@ -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`.