From 68583ff810b70fbbdc35e16b0360391689f322d8 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 20 Apr 2022 09:51:07 +0200 Subject: [PATCH] docs/sim: use toctree with caption Signed-off-by: Unai Martinez-Corral --- docs/index.rst | 12 +++++++++++- docs/sim.rst | 17 ----------------- docs/sim/index.rst | 6 ++++++ 3 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 docs/sim.rst create mode 100644 docs/sim/index.rst diff --git a/docs/index.rst b/docs/index.rst index 3ebd65c..9717484 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,10 +70,20 @@ With your design flow? +.. toctree:: + :caption: Simulation + :name: sim + :hidden: + + sim/index + With Cadence Spectre + With ngspice + With your design flow? + + .. toctree:: :hidden: - sim verification Python API diff --git a/docs/sim.rst b/docs/sim.rst deleted file mode 100644 index 10891b2..0000000 --- a/docs/sim.rst +++ /dev/null @@ -1,17 +0,0 @@ -Simulation -========== - -.. toctree:: - :caption: Simulation - :name: sim - - With Cadence Spectre - With ngspice - With your design flow? - -.. 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`. diff --git a/docs/sim/index.rst b/docs/sim/index.rst new file mode 100644 index 0000000..7fa7453 --- /dev/null +++ b/docs/sim/index.rst @@ -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`.