Skip to content

Commit

Permalink
docs: Adding :stub-columns: to all csv tables.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Jul 25, 2020
1 parent d347d94 commit 96ec3cd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/rules/antenna.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Definitions
.. csv-table:: Antenna Rules Definitions
:file: antenna/definitions.csv
:header-rows: 1
:stub-columns: 1

Antenna rule numbers depend on the connection to the following devices:

Expand Down Expand Up @@ -61,19 +62,24 @@ Tables
.. csv-table:: Table Ia. Antenna rules (S8D*)
:file: antenna/table-Ia-antenna-rules-s8d.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table Ib. Antenna rules (S8TNV-5R)
:file: antenna/table-Ib-antenna-rules-s8tnv-5r.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table Ic. Antenna rules (S8TM-5R*/S8TMC-5R*/S8TMA-5R*)
:file: antenna/table-Ic-antenna-rules-s8tm.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table Ie. Antenna rules (S8P-5R/SP8P-5R/S8P-10R*)
:file: antenna/table-Ie-antenna-rules-s8p.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table Ig. Antenna rules (S8P12-10R*/S8PIR-10R/S8PF-10R*)
:file: antenna/table-Ig-antenna-rules-s8p12.csv
:header-rows: 1
:stub-columns: 1
1 change: 1 addition & 0 deletions docs/rules/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ criteria for GDS data.
.. csv-table:: Table - Error Messages
:file: errors.csv
:header-rows: 1
:stub-columns: 1
:widths: 10, 10, 80
1 change: 1 addition & 0 deletions docs/rules/hv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Summary of High Voltage Propagation
.. csv-table:: Table 1. Truth table for high voltage generation, propagation and retention.
:file: hv/table-1.csv
:header-rows: 1
:stub-columns: 1

.. include:: hv/table-1-key.rst

Expand Down
1 change: 1 addition & 0 deletions docs/rules/masks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ are marked.
.. csv-table:: Table - Masks
:file: masks.csv
:header-rows: 1
:stub-columns: 1
:widths: 70, 20, 10
3 changes: 3 additions & 0 deletions docs/rules/rcx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The CAD columns indicate sheets and contacts that are parasitics included in the
.. csv-table:: Parasitic Extraction Table
:file: rcx/rcx-all.csv
:header-rows: 2
:stub-columns: 1


.. note:: The models includes M1/M2 capacitance. As a result of RCX extraction limitation M1/M2 routing over the varactor will have no capacitance extraction.
Expand All @@ -34,6 +35,7 @@ Resistance Rules
.. csv-table:: Table of resistance rules
:file: rcx/resistance.csv
:header-rows: 2
:stub-columns: 1


Capacitance Rules
Expand All @@ -44,6 +46,7 @@ Capacitance Rules
.. csv-table:: Table of capacitance rules
:file: rcx/capacitance.csv
:header-rows: 2
:stub-columns: 1


Discrepencies
Expand Down
6 changes: 6 additions & 0 deletions docs/rules/summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,31 @@ Summry of Key Periphery Rules
.. csv-table:: Table F3a: Front end layers (Low Voltage Devices)
:file: summary/table-f3a-font-end-low-voltage.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table F3b: Front end layers (High Voltage Devices)
:file: summary/table-f3b-font-end-high-voltage.csv
:header-rows: 1
:stub-columns: 1

Manual merge means that features below min. space should be manually merged by drawing.

.. csv-table:: Table F3c: Back end layers for S8D* flow
:file: summary/table-f3c-back-end-high-S8Dx.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table F3d: Back end layers for S8T* flow
:file: summary/table-f3d-back-end-high-S8Tx.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table F4: Connectivity of Drawn and Mask Layers (1)
:file: summary/table-f4-connectivity-of-drawn-and-mask.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: Table F5: Device Connectivity Table
:file: summary/table-f5-device-connectivity.csv
:header-rows: 1
:stub-columns: 1
2 changes: 2 additions & 0 deletions docs/rules/wlcsp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ WLCSP Rules
.. csv-table:: Amkor WLCSP
:file: wlcsp/amkor.csv
:header-rows: 1
:stub-columns: 1

.. csv-table:: DECA WLCSP
:file: wlcsp/deca.csv
:header-rows: 1
:stub-columns: 1

0 comments on commit 96ec3cd

Please sign in to comment.