docs: Adding `:stub-columns:` to all csv tables.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
bcb4ed0684
commit
f3d86a6952
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -11,4 +11,5 @@ are marked.
|
|||
.. csv-table:: Table - Masks
|
||||
:file: masks.csv
|
||||
:header-rows: 1
|
||||
:stub-columns: 1
|
||||
:widths: 70, 20, 10
|
||||
|
|
|
@ -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.
|
||||
|
@ -34,6 +35,7 @@ Resistance Rules
|
|||
.. csv-table:: Table of resistance rules
|
||||
:file: rcx/resistance.csv
|
||||
:header-rows: 2
|
||||
:stub-columns: 1
|
||||
|
||||
|
||||
Capacitance Rules
|
||||
|
@ -44,6 +46,7 @@ Capacitance Rules
|
|||
.. csv-table:: Table of capacitance rules
|
||||
:file: rcx/capacitance.csv
|
||||
:header-rows: 2
|
||||
:stub-columns: 1
|
||||
|
||||
|
||||
Discrepencies
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue