Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing incorrect cell names in device documentation #264

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/rules/device-details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MiM Capacitor
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__cap_mim_m3__base`, :cell:`sky130_fd_pr__cap_mim_m4__base`
- Cell Name: :cell:`sky130_fd_pr__cap_mim_m3`, :cell:`sky130_fd_pr__cap_mim_m4`
- Model Names: :model:`sky130_fd_pr__model__cap_mim`, :model:`sky130_fd_pr__cap_mim_m4`

Operating Voltages where SPICE models are valid
Expand Down Expand Up @@ -55,7 +55,7 @@ Varactors
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`capbn_b`
- Cell Name: :cell:`sky130_fd_pr__cap_var`
- Model Name: :model:`sky130_fd_pr__cap_var_lvt`, :model:`sky130_fd_pr__cap_var_hvt`
- Model Type: subcircuit

Expand Down Expand Up @@ -255,7 +255,7 @@ NMOS ESD FET
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__esd_nfet`
- Model Name: :model:`sky130_fd_pr__esd_nfet_01v8`, :model:`sky130_fd_pr__esd_nfet_g5v0d10v5`, :model:`sky130_fd_pr__esd_nfet_g5v0d10v5_nvt`

Operating Voltages where SPICE models are valid
Expand Down Expand Up @@ -299,7 +299,7 @@ The cross-section of the ESD NMOS FET is shown below.
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_g5v0d10v5`
- Model Name: :model:`sky130_fd_pr__nfet_g5v0d10v5`

Operating Voltages where SPICE models are valid
Expand Down Expand Up @@ -337,7 +337,7 @@ Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_extenddrain`
- Model Name: :model:`sky130_fd_pr__nfet_g5v0d16v0`
- Model Name: :model:`sky130_fd_pr__nfet_g11v0d16v0`

Operating Voltages where SPICE models are valid, subject to SOA limitations:

Expand Down Expand Up @@ -457,7 +457,7 @@ The device shows the p-well inside of a deep n-well, but it can be made either w
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_03v3_nvt`
- Model Name: :model:`sky130_fd_pr__nfet_03v3_nvt`

Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr__nfet_03v3_nvt`
Expand Down Expand Up @@ -498,7 +498,7 @@ The cross-section of the native devices is shown below.
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_05v0_nvt`
- Model Name: :model:`sky130_fd_pr__nfet_05v0_nvt`

Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr__nfet_05v0_nvt`
Expand Down Expand Up @@ -750,7 +750,7 @@ The cross-section of the :model:`sky130_fd_pr__npn_11v0` is shown below. The pol
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__pfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__pfet_g5v0d10v5`
- Model Name: :model:`sky130_fd_pr__pfet_g5v0d10v5`, :model:`sky130_fd_pr__esd_pfet_g5v0d10v5`

Operating Voltages where SPICE models are valid
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/cap_mim/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MiM Capacitor
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__cap_mim_m3__base`, :cell:`sky130_fd_pr__cap_mim_m4__base`
- Cell Name: :cell:`sky130_fd_pr__cap_mim_m3`, :cell:`sky130_fd_pr__cap_mim_m4`
- Model Names: :model:`sky130_fd_pr__model__cap_mim`, :model:`sky130_fd_pr__cap_mim_m4`

Operating Voltages where SPICE models are valid
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/cap_var/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Varactors
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`capbn_b`
- Cell Name: :cell:`sky130_fd_pr__cap_var`
- Model Name: :model:`sky130_fd_pr__cap_var_lvt`, :model:`sky130_fd_pr__cap_var_hvt`
- Model Type: subcircuit

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/esd_nfet/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NMOS ESD FET
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__esd_nfet`
- Model Name: :model:`sky130_fd_pr__esd_nfet_01v8`, :model:`sky130_fd_pr__esd_nfet_g5v0d10v5`, :model:`sky130_fd_pr__esd_nfet_g5v0d10v5_nvt`

Operating Voltages where SPICE models are valid
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/nfet_03v3_nvt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_03v3_nvt`
- Model Name: :model:`sky130_fd_pr__nfet_03v3_nvt`

Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr__nfet_03v3_nvt`
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/nfet_05v0_nvt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_05v0_nvt`
- Model Name: :model:`sky130_fd_pr__nfet_05v0_nvt`

Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr__nfet_05v0_nvt`
Expand Down
4 changes: 2 additions & 2 deletions docs/rules/device-details/nfet_g11v0d16v0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_extenddrain`
- Model Name: :model:`sky130_fd_pr__nfet_g5v0d16v0`
- Model Name: :model:`sky130_fd_pr__nfet_g11v0d16v0`

Operating Voltages where SPICE models are valid, subject to SOA limitations:

Expand All @@ -24,7 +24,7 @@ Major model output parameters are shown below and compared against the EDR (e-te



The symbol of the :model:`sky130_fd_pr__nfet_g5v0d16v0` (11V/16V NMOS FET) is shown below:
The symbol of the :model:`sky130_fd_pr__nfet_g11v0d16v0` (11V/16V NMOS FET) is shown below:

|symbol-nfet_g11v0d16v0|

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/nfet_g5v0d10v5/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__nfet_g5v0d10v5`
- Model Name: :model:`sky130_fd_pr__nfet_g5v0d10v5`

Operating Voltages where SPICE models are valid
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/pfet_g5v0d10v5/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__pfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__pfet_g5v0d10v5`
- Model Name: :model:`sky130_fd_pr__pfet_g5v0d10v5`, :model:`sky130_fd_pr__esd_pfet_g5v0d10v5`

Operating Voltages where SPICE models are valid
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/device-details/special_sram/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ N-pass FET (SRAM)
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~

- Cell Name: :cell:`sky130_fd_pr__nfet_01v8`
- Cell Name: :cell:`sky130_fd_pr__special_nfet_pass`
- Model Name (SRAM): :model:`sky130_fd_pr__special_nfet_pass`


Expand Down