Merge branch 'main' of https://github.com/mabrains/gf180_technology_dev into ic_res_testcases
diff --git a/IC/klayout/lvs/testing/Makefile b/IC/klayout/lvs/testing/Makefile
index 946c29c..198c2a7 100644
--- a/IC/klayout/lvs/testing/Makefile
+++ b/IC/klayout/lvs/testing/Makefile
@@ -23,14 +23,14 @@
all: test-LVS
-test-LVS: test-LVS-switch test-LVS-main
+test-LVS: test-LVS-main
#=================================
# ----- test-LVS_regression ------
#=================================
.ONESHELL:
-test-LVS-main: test-LVS-MOS test-LVS-BJT test-LVS-DIODE test-LVS-RES test-LVS-MIMCAP test-LVS-PN-VARACTOR test-LVS-MOS-VARACTOR
+test-LVS-main: test-LVS-MOS test-LVS-BJT test-LVS-DIODE test-LVS-RES test-LVS-MIMCAP test-LVS-PN_VARACTOR test-LVS-MOS_VARACTOR
.ONESHELL:
test-LVS-%:
diff --git a/IC/klayout/lvs/testing/run_regression.py b/IC/klayout/lvs/testing/run_regression.py
index b38a260..9b81be9 100644
--- a/IC/klayout/lvs/testing/run_regression.py
+++ b/IC/klayout/lvs/testing/run_regression.py
@@ -20,7 +20,7 @@
Options:
--help -h Print this help message.
- --device_name=<device_name> Name of device that we want to run regression for, Allowed values (MOS, BJT, DIODE, RES, MIMCAP, PN-VARACTOR, MOS-VARACTOR).
+ --device_name=<device_name> Name of device that we want to run regression for, Allowed values (MOS, BJT, DIODE, RES, MIMCAP, PN_VARACTOR, MOS_VARACTOR).
--mp=<num> The number of threads used in run.
--run_name=<run_name> Select your run name.
"""
@@ -532,14 +532,14 @@
"DIODE",
"RES",
"MIMCAP",
- "PN-VARACTOR",
- "MOS-VARACTOR",
+ "PN_VARACTOR",
+ "MOS_VARACTOR",
]
target_device_group = args["--device_name"]
if target_device_group and target_device_group not in allowed_devices:
logging.error(
- "Allowed devices are (MOS, BJT, DIODE, RES, MIMCAP, PN-VARACTOR, MOS-VARACTOR) only"
+ "Allowed devices are (MOS, BJT, DIODE, RES, MIMCAP, PN_VARACTOR, MOS_VARACTOR) only"
)
exit(1)
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_02p00x02p00.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_02p00x02p00.gds
new file mode 100644
index 0000000..d3186dc
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_02p00x02p00.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_05p00x05p00.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_05p00x05p00.gds
new file mode 100644
index 0000000..28cc120
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/npn_05p00x05p00.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x00p46.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x00p46.gds
new file mode 100644
index 0000000..a086026
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x00p46.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x1p2.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x1p2.gds
new file mode 100644
index 0000000..9c494e9
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_00p46x1p2.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x00p42.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x00p42.gds
new file mode 100644
index 0000000..ce7f5a0
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x00p42.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x05p00.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x05p00.gds
new file mode 100644
index 0000000..d634e85
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_05p00x05p00.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_10p00x10p00.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_10p00x10p00.gds
new file mode 100644
index 0000000..2bd3889
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_10p00x10p00.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_1p2x2p5.gds b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_1p2x2p5.gds
new file mode 100644
index 0000000..39e2f00
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/layout/pnp_1p2x2p5.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_02p00x02p00.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_02p00x02p00.cdl
new file mode 100644
index 0000000..c832819
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_02p00x02p00.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: npn_02p00x02p00
+* View Name: schematic
+* Netlisted on: Nov 24 10:28:30 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: npn_02p00x02p00
+* View Name: schematic
+************************************************************************
+
+.SUBCKT npn_02p00x02p00 I1_default_B I1_default_C I1_default_E I1_default_S
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I I1_default_S:I
+QI1_default I1_default_C I1_default_B I1_default_E I1_default_S npn_02p00x02p00 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_05p00x05p00.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_05p00x05p00.cdl
new file mode 100644
index 0000000..2aaf2dc
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/npn_05p00x05p00.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: npn_05p00x05p00
+* View Name: schematic
+* Netlisted on: Nov 24 10:26:06 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: npn_05p00x05p00
+* View Name: schematic
+************************************************************************
+
+.SUBCKT npn_05p00x05p00 I1_default_B I1_default_C I1_default_E I1_default_S
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I I1_default_S:I
+QI1_default I1_default_C I1_default_B I1_default_E I1_default_S npn_05p00x05p00 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x00p46.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x00p46.cdl
new file mode 100644
index 0000000..568cdfb
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x00p46.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_00p46x00p46
+* View Name: schematic
+* Netlisted on: Nov 24 10:34:45 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_00p46x00p46
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_00p46x00p46 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_00p46x00p46 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x1p2.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x1p2.cdl
new file mode 100644
index 0000000..0a21b22
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_00p46x1p2.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_00p46x1p2
+* View Name: schematic
+* Netlisted on: Nov 24 10:29:25 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_00p46x1p2
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_00p46x1p2 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_00p46x1p2 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x00p42.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x00p42.cdl
new file mode 100644
index 0000000..1693b2d
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x00p42.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_05p00x00p42
+* View Name: schematic
+* Netlisted on: Nov 24 10:29:25 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_05p00x00p42
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_05p00x00p42 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_05p00x00p42 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x05p00.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x05p00.cdl
new file mode 100644
index 0000000..a0f61d7
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_05p00x05p00.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_05p00x05p00
+* View Name: schematic
+* Netlisted on: Nov 24 10:34:45 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_05p00x05p00
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_05p00x05p00 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_05p00x05p00 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_10p00x10p00.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_10p00x10p00.cdl
new file mode 100644
index 0000000..3102167
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_10p00x10p00.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_10p00x10p00
+* View Name: schematic
+* Netlisted on: Nov 24 10:36:53 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_10p00x10p00
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_10p00x10p00 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_10p00x10p00 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_1p2x2p5.cdl b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_1p2x2p5.cdl
new file mode 100644
index 0000000..420a510
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/bjt_devices/netlist/pnp_1p2x2p5.cdl
@@ -0,0 +1,33 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_Library
+* Top Cell Name: pnp_1p2x2p5
+* View Name: schematic
+* Netlisted on: Nov 24 10:29:25 2021
+************************************************************************
+
+*.BIPOLAR
+*.RESI = 2000
+*.RESVAL
+*.CAPVAL
+*.DIOPERI
+*.DIOAREA
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+
+
+************************************************************************
+* Library Name: TCG_Library
+* Cell Name: pnp_1p2x2p5
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pnp_1p2x2p5 I1_default_B I1_default_C I1_default_E
+*.PININFO I1_default_B:I I1_default_C:I I1_default_E:I
+QI1_default I1_default_C I1_default_B I1_default_E pnp_1p2x2p5 m=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8.gds
new file mode 100644
index 0000000..dac9f90
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8_nat.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8_nat.gds
new file mode 100644
index 0000000..615efc5
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_1p8_nat.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3.gds
new file mode 100644
index 0000000..f187713
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3_nat.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3_nat.gds
new file mode 100644
index 0000000..33f45cb
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/nmos_3p3_nat.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_1p8.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_1p8.gds
new file mode 100644
index 0000000..7ae2fae
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_1p8.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_3p3.gds b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_3p3.gds
new file mode 100644
index 0000000..5595f54
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/layout/pmos_3p3.gds
Binary files differ
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8.cdl
new file mode 100644
index 0000000..b444597
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: nmos_1p8
+* View Name: schematic
+* Netlisted on: Sep 10 16:28:03 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL vdd!
+
+*.PIN vdd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: nmos_1p8
+* View Name: schematic
+************************************************************************
+
+.SUBCKT nmos_1p8 I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S vdd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I vdd!:I
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S vdd! nmos_1p8
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S vdd! nmos_1p8
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S vdd! nmos_1p8
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S vdd! nmos_1p8
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S vdd! nmos_1p8
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S vdd! nmos_1p8
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S vdd! nmos_1p8
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S vdd! nmos_1p8
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S vdd! nmos_1p8
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S vdd! nmos_1p8
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S vdd! nmos_1p8
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S vdd! nmos_1p8
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S vdd! nmos_1p8
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S vdd! nmos_1p8
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S vdd! nmos_1p8
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S vdd! nmos_1p8
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S vdd! nmos_1p8
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S vdd! nmos_1p8
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S vdd! nmos_1p8
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S vdd! nmos_1p8
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S vdd! nmos_1p8
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S vdd! nmos_1p8
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S vdd! nmos_1p8
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S vdd! nmos_1p8
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S vdd! nmos_1p8
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S vdd! nmos_1p8
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S vdd! nmos_1p8
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S vdd! nmos_1p8
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S vdd! nmos_1p8
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S vdd! nmos_1p8
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S vdd! nmos_1p8
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S vdd! nmos_1p8
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S vdd! nmos_1p8
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S vdd! nmos_1p8
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S vdd! nmos_1p8
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S vdd! nmos_1p8 m=1 w=1.8e-6 l=50.000u nf=5
++ as=532.8e-15 ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S vdd! nmos_1p8 m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S vdd! nmos_1p8 m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S vdd! nmos_1p8 m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S vdd! nmos_1p8 m=51 w=1.8e-6 l=280n nf=5 as=532.8e-15
++ ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444 sa=0.440u
++ sb=0.440u sd=0.520u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S vdd! nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ vdd! nmos_1p8 m=1 w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6
++ pd=1.76e-6 nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ vdd! nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ vdd! nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S vdd! nmos_1p8
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S vdd! nmos_1p8
++ m=1 w=26.8e-6 l=280n nf=5 as=20.3144e-12 ad=20.3144e-12 ps=39.74e-6
++ pd=39.74e-6 nrd=0.028284 nrs=0.028284 sa=1.210u sb=1.210u sd=1.290u dtemp=0
++ par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S vdd! nmos_1p8 m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S vdd! nmos_1p8 m=1
++ w=13.6e-6 l=280n nf=10 as=4.0256e-12 ad=3.536e-12 ps=22.24e-6 pd=18.8e-6
++ nrd=0.019118 nrs=0.021765 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S vdd! nmos_1p8 m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S vdd! nmos_1p8 m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S vdd! nmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S vdd! nmos_1p8 m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S vdd!
++ nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S vdd!
++ nmos_1p8 m=1 w=25.08e-6 l=280n nf=3 as=8.0256e-12 ad=8.0256e-12 ps=35.36e-6
++ pd=35.36e-6 nrd=0.012759 nrs=0.012759 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S vdd!
++ nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S vdd!
++ nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S vdd!
++ nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S vdd!
++ nmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S vdd! nmos_1p8 m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8_nat.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8_nat.cdl
new file mode 100644
index 0000000..5749db3
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_1p8_nat.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: nmos_1p8_nat
+* View Name: schematic
+* Netlisted on: Sep 10 16:28:03 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL vdd!
+
+*.PIN vdd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: nmos_1p8_nat
+* View Name: schematic
+************************************************************************
+
+.SUBCKT nmos_1p8_nat I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S vdd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I vdd!:I
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S vdd! nmos_1p8_nat
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S vdd! nmos_1p8_nat
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S vdd! nmos_1p8_nat
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S vdd! nmos_1p8_nat
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S vdd! nmos_1p8_nat
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S vdd! nmos_1p8_nat
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S vdd! nmos_1p8_nat
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S vdd! nmos_1p8_nat
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S vdd! nmos_1p8_nat
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S vdd! nmos_1p8_nat
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S vdd! nmos_1p8_nat
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S vdd! nmos_1p8_nat
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S vdd! nmos_1p8_nat
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S vdd! nmos_1p8_nat
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S vdd! nmos_1p8_nat
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S vdd! nmos_1p8_nat
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S vdd! nmos_1p8_nat
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S vdd! nmos_1p8_nat
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S vdd! nmos_1p8_nat
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S vdd! nmos_1p8_nat
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S vdd! nmos_1p8_nat
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S vdd! nmos_1p8_nat
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S vdd! nmos_1p8_nat
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S vdd! nmos_1p8_nat
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S vdd! nmos_1p8_nat
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S vdd! nmos_1p8_nat
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S vdd! nmos_1p8_nat
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S vdd! nmos_1p8_nat
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S vdd! nmos_1p8_nat
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S vdd! nmos_1p8_nat
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S vdd! nmos_1p8_nat
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S vdd! nmos_1p8_nat
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S vdd! nmos_1p8_nat
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S vdd! nmos_1p8_nat
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S vdd! nmos_1p8_nat m=1 w=1.8e-6 l=50.000u nf=5
++ as=532.8e-15 ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S vdd! nmos_1p8_nat m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S vdd! nmos_1p8_nat m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S vdd! nmos_1p8_nat m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S vdd! nmos_1p8_nat m=51 w=1.8e-6 l=280n nf=5 as=532.8e-15
++ ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444 sa=0.440u
++ sb=0.440u sd=0.520u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S vdd! nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ vdd! nmos_1p8_nat m=1 w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6
++ pd=1.76e-6 nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ vdd! nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ vdd! nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S vdd! nmos_1p8_nat
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S vdd! nmos_1p8_nat
++ m=1 w=26.8e-6 l=280n nf=5 as=20.3144e-12 ad=20.3144e-12 ps=39.74e-6
++ pd=39.74e-6 nrd=0.028284 nrs=0.028284 sa=1.210u sb=1.210u sd=1.290u dtemp=0
++ par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S vdd! nmos_1p8_nat m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S vdd! nmos_1p8_nat m=1
++ w=13.6e-6 l=280n nf=10 as=4.0256e-12 ad=3.536e-12 ps=22.24e-6 pd=18.8e-6
++ nrd=0.019118 nrs=0.021765 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S vdd! nmos_1p8_nat m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S vdd! nmos_1p8_nat m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S vdd! nmos_1p8_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S vdd! nmos_1p8_nat m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S vdd!
++ nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S vdd!
++ nmos_1p8_nat m=1 w=25.08e-6 l=280n nf=3 as=8.0256e-12 ad=8.0256e-12 ps=35.36e-6
++ pd=35.36e-6 nrd=0.012759 nrs=0.012759 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S vdd!
++ nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S vdd!
++ nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S vdd!
++ nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S vdd!
++ nmos_1p8_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S vdd! nmos_1p8_nat m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3.cdl
new file mode 100644
index 0000000..296d33f
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: nmos_3p3
+* View Name: schematic
+* Netlisted on: Sep 10 16:28:03 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL vdd!
+
+*.PIN vdd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: nmos_3p3
+* View Name: schematic
+************************************************************************
+
+.SUBCKT nmos_3p3 I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S vdd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I vdd!:I
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S vdd! nmos_3p3
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S vdd! nmos_3p3
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S vdd! nmos_3p3
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S vdd! nmos_3p3
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S vdd! nmos_3p3
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S vdd! nmos_3p3
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S vdd! nmos_3p3
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S vdd! nmos_3p3
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S vdd! nmos_3p3
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S vdd! nmos_3p3
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S vdd! nmos_3p3
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S vdd! nmos_3p3
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S vdd! nmos_3p3
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S vdd! nmos_3p3
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S vdd! nmos_3p3
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S vdd! nmos_3p3
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S vdd! nmos_3p3
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S vdd! nmos_3p3
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S vdd! nmos_3p3
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S vdd! nmos_3p3
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S vdd! nmos_3p3
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S vdd! nmos_3p3
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S vdd! nmos_3p3
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S vdd! nmos_3p3
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S vdd! nmos_3p3
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S vdd! nmos_3p3
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S vdd! nmos_3p3
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S vdd! nmos_3p3
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S vdd! nmos_3p3
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S vdd! nmos_3p3
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S vdd! nmos_3p3
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S vdd! nmos_3p3
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S vdd! nmos_3p3
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S vdd! nmos_3p3
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S vdd! nmos_3p3
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S vdd! nmos_3p3 m=1 w=1.8e-6 l=50.000u nf=5
++ as=532.8e-15 ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S vdd! nmos_3p3 m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S vdd! nmos_3p3 m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S vdd! nmos_3p3 m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S vdd! nmos_3p3 m=51 w=1.8e-6 l=280n nf=5 as=532.8e-15
++ ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444 sa=0.440u
++ sb=0.440u sd=0.520u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S vdd! nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ vdd! nmos_3p3 m=1 w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6
++ pd=1.76e-6 nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ vdd! nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ vdd! nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S vdd! nmos_3p3
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S vdd! nmos_3p3
++ m=1 w=26.8e-6 l=280n nf=5 as=20.3144e-12 ad=20.3144e-12 ps=39.74e-6
++ pd=39.74e-6 nrd=0.028284 nrs=0.028284 sa=1.210u sb=1.210u sd=1.290u dtemp=0
++ par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S vdd! nmos_3p3 m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S vdd! nmos_3p3 m=1
++ w=13.6e-6 l=280n nf=10 as=4.0256e-12 ad=3.536e-12 ps=22.24e-6 pd=18.8e-6
++ nrd=0.019118 nrs=0.021765 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S vdd! nmos_3p3 m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S vdd! nmos_3p3 m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S vdd! nmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S vdd! nmos_3p3 m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S vdd!
++ nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S vdd!
++ nmos_3p3 m=1 w=25.08e-6 l=280n nf=3 as=8.0256e-12 ad=8.0256e-12 ps=35.36e-6
++ pd=35.36e-6 nrd=0.012759 nrs=0.012759 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S vdd!
++ nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S vdd!
++ nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S vdd!
++ nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S vdd!
++ nmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S vdd! nmos_3p3 m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3_nat.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3_nat.cdl
new file mode 100644
index 0000000..2ceb742
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nmos_3p3_nat.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: nmos_3p3_nat
+* View Name: schematic
+* Netlisted on: Sep 10 16:28:03 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL vdd!
+
+*.PIN vdd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: nmos_3p3_nat
+* View Name: schematic
+************************************************************************
+
+.SUBCKT nmos_3p3_nat I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S vdd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I vdd!:I
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S vdd! nmos_3p3_nat
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S vdd! nmos_3p3_nat
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S vdd! nmos_3p3_nat
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S vdd! nmos_3p3_nat
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S vdd! nmos_3p3_nat
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S vdd! nmos_3p3_nat
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S vdd! nmos_3p3_nat
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S vdd! nmos_3p3_nat
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S vdd! nmos_3p3_nat
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S vdd! nmos_3p3_nat
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S vdd! nmos_3p3_nat
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S vdd! nmos_3p3_nat
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S vdd! nmos_3p3_nat
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S vdd! nmos_3p3_nat
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S vdd! nmos_3p3_nat
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S vdd! nmos_3p3_nat
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S vdd! nmos_3p3_nat
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S vdd! nmos_3p3_nat
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S vdd! nmos_3p3_nat
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S vdd! nmos_3p3_nat
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S vdd! nmos_3p3_nat
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S vdd! nmos_3p3_nat
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S vdd! nmos_3p3_nat
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S vdd! nmos_3p3_nat
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S vdd! nmos_3p3_nat
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S vdd! nmos_3p3_nat
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S vdd! nmos_3p3_nat
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S vdd! nmos_3p3_nat
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S vdd! nmos_3p3_nat
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S vdd! nmos_3p3_nat
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S vdd! nmos_3p3_nat
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S vdd! nmos_3p3_nat
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S vdd! nmos_3p3_nat
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S vdd! nmos_3p3_nat
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S vdd! nmos_3p3_nat m=1 w=1.8e-6 l=50.000u nf=5
++ as=532.8e-15 ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S vdd! nmos_3p3_nat m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S vdd! nmos_3p3_nat m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S vdd! nmos_3p3_nat m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S vdd! nmos_3p3_nat m=51 w=1.8e-6 l=280n nf=5 as=532.8e-15
++ ad=532.8e-15 ps=5.12e-6 pd=5.12e-6 nrd=0.164444 nrs=0.164444 sa=0.440u
++ sb=0.440u sd=0.520u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S vdd! nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ vdd! nmos_3p3_nat m=1 w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6
++ pd=1.76e-6 nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ vdd! nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ vdd! nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S vdd! nmos_3p3_nat
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S vdd! nmos_3p3_nat
++ m=1 w=26.8e-6 l=280n nf=5 as=20.3144e-12 ad=20.3144e-12 ps=39.74e-6
++ pd=39.74e-6 nrd=0.028284 nrs=0.028284 sa=1.210u sb=1.210u sd=1.290u dtemp=0
++ par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S vdd! nmos_3p3_nat m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S vdd! nmos_3p3_nat m=1
++ w=13.6e-6 l=280n nf=10 as=4.0256e-12 ad=3.536e-12 ps=22.24e-6 pd=18.8e-6
++ nrd=0.019118 nrs=0.021765 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S vdd! nmos_3p3_nat m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S vdd! nmos_3p3_nat m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S vdd! nmos_3p3_nat
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S vdd! nmos_3p3_nat m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S vdd!
++ nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S vdd!
++ nmos_3p3_nat m=1 w=25.08e-6 l=280n nf=3 as=8.0256e-12 ad=8.0256e-12 ps=35.36e-6
++ pd=35.36e-6 nrd=0.012759 nrs=0.012759 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S vdd!
++ nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S vdd!
++ nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S vdd!
++ nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S vdd!
++ nmos_3p3_nat m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S vdd! nmos_3p3_nat m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_1p8.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_1p8.cdl
new file mode 100644
index 0000000..2169f2b
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_1p8.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: pmos_1p8
+* View Name: schematic
+* Netlisted on: Sep 10 16:52:08 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL gnd!
+
+*.PIN gnd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: pmos_1p8
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pmos_1p8 I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S I1_lin_default_bodytie_2_R0_D
++ I1_lin_default_bodytie_2_R0_G I1_lin_default_bodytie_2_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S I1_lin_default_sFirst_1_R0_D
++ I1_lin_default_sFirst_1_R0_G I1_lin_default_sFirst_1_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S gnd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I gnd!:I
+MMP1 I1_lin_default_bodytie_2_R0_D I1_lin_default_bodytie_2_R0_G
++ I1_lin_default_bodytie_2_R0_S gnd! pmos_1p8 m=1 w=720e-9 l=280n nf=2
++ as=327.6e-15 ad=187.2e-15 ps=3.26e-6 pd=1.76e-6 nrd=0.361111 nrs=0.631944
++ sa=0.470u sb=0.440u sd=0.520u dtemp=0 par=1
+MMP0 I1_lin_default_sFirst_1_R0_D I1_lin_default_sFirst_1_R0_G
++ I1_lin_default_sFirst_1_R0_S gnd! pmos_1p8 m=1 w=16.8e-6 l=280n nf=5
++ as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6 nrd=0.017619
++ nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S gnd! pmos_1p8
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S gnd! pmos_1p8
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S gnd! pmos_1p8
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S gnd! pmos_1p8
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S gnd! pmos_1p8
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S gnd! pmos_1p8
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S gnd! pmos_1p8
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S gnd! pmos_1p8
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S gnd! pmos_1p8
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S gnd! pmos_1p8
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S gnd! pmos_1p8
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S gnd! pmos_1p8
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S gnd! pmos_1p8
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S gnd! pmos_1p8
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S gnd! pmos_1p8
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S gnd! pmos_1p8
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S gnd! pmos_1p8
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S gnd! pmos_1p8
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S gnd! pmos_1p8
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S gnd! pmos_1p8
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S gnd! pmos_1p8
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S gnd! pmos_1p8
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S gnd! pmos_1p8
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S gnd! pmos_1p8
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S gnd! pmos_1p8
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S gnd! pmos_1p8
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S gnd! pmos_1p8
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S gnd! pmos_1p8
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S gnd! pmos_1p8
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S gnd! pmos_1p8
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S gnd! pmos_1p8
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S gnd! pmos_1p8
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S gnd! pmos_1p8
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S gnd! pmos_1p8
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S gnd! pmos_1p8
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S gnd! pmos_1p8 m=1 w=26.8e-6 l=50.000u nf=5
++ as=7.9328e-12 ad=7.9328e-12 ps=35.12e-6 pd=35.12e-6 nrd=0.011045
++ nrs=0.011045 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S gnd! pmos_1p8 m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S gnd! pmos_1p8 m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S gnd! pmos_1p8 m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S gnd! pmos_1p8 m=51 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S gnd! pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ gnd! pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ gnd! pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ gnd! pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S gnd! pmos_1p8
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S gnd! pmos_1p8
++ m=1 w=1.8e-6 l=280n nf=5 as=1.3644e-12 ad=1.3644e-12 ps=9.74e-6 pd=9.74e-6
++ nrd=0.421111 nrs=0.421111 sa=1.210u sb=1.210u sd=1.290u dtemp=0 par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S gnd! pmos_1p8 m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S gnd! pmos_1p8 m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S gnd! pmos_1p8 m=1
++ w=720e-9 l=280n nf=2 as=187.2e-15 ad=316.8e-15 ps=1.76e-6 pd=3.2e-6
++ nrd=0.611111 nrs=0.361111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S gnd! pmos_1p8 m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=169.2e-15 ad=158.4e-15 ps=1.66e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.305556 sa=0.470u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S gnd! pmos_1p8
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S gnd! pmos_1p8 m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S gnd!
++ pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S gnd!
++ pmos_1p8 m=1 w=26.8e-6 l=280n nf=5 as=7.9328e-12 ad=7.9328e-12 ps=35.12e-6
++ pd=35.12e-6 nrd=0.011045 nrs=0.011045 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S gnd!
++ pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S gnd!
++ pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S gnd!
++ pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S gnd!
++ pmos_1p8 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S gnd! pmos_1p8 m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_3p3.cdl b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_3p3.cdl
new file mode 100644
index 0000000..c323e1f
--- /dev/null
+++ b/IC/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pmos_3p3.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+*
+* Library Name: TCG_library_2
+* Top Cell Name: pmos_3p3
+* View Name: schematic
+* Netlisted on: Sep 10 16:52:08 2021
+************************************************************************
+
+*.EQUATION
+*.SCALE METER
+*.MEGA
+.PARAM
+
+*.GLOBAL gnd!
+
+*.PIN gnd!
+
+************************************************************************
+* Library Name: TCG_library_2
+* Cell Name: pmos_3p3
+* View Name: schematic
+************************************************************************
+
+.SUBCKT pmos_3p3 I1_default_D I1_default_G I1_default_S
++ I1_lin_default_bodytie_0_R0_D I1_lin_default_bodytie_0_R0_G
++ I1_lin_default_bodytie_0_R0_S I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S I1_lin_default_bodytie_2_R0_D
++ I1_lin_default_bodytie_2_R0_G I1_lin_default_bodytie_2_R0_S
++ I1_lin_default_bottomTap_0_R0_D I1_lin_default_bottomTap_0_R0_G
++ I1_lin_default_bottomTap_0_R0_S I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ I1_lin_default_calculatedParam_1_R0_D I1_lin_default_calculatedParam_1_R0_G
++ I1_lin_default_calculatedParam_1_R0_S I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ I1_lin_default_fingerW_0_R0_D I1_lin_default_fingerW_0_R0_G
++ I1_lin_default_fingerW_0_R0_S I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S
++ I1_lin_default_fingerW_2_R0_D I1_lin_default_fingerW_2_R0_G
++ I1_lin_default_fingerW_2_R0_S I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S
++ I1_lin_default_fingerW_4_R0_D I1_lin_default_fingerW_4_R0_G
++ I1_lin_default_fingerW_4_R0_S I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S
++ I1_lin_default_fingerW_6_R0_D I1_lin_default_fingerW_6_R0_G
++ I1_lin_default_fingerW_6_R0_S I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S
++ I1_lin_default_fingerW_8_R0_D I1_lin_default_fingerW_8_R0_G
++ I1_lin_default_fingerW_8_R0_S I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S
++ I1_lin_default_fingerW_10_R0_D I1_lin_default_fingerW_10_R0_G
++ I1_lin_default_fingerW_10_R0_S I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S
++ I1_lin_default_fingerW_12_R0_D I1_lin_default_fingerW_12_R0_G
++ I1_lin_default_fingerW_12_R0_S I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S
++ I1_lin_default_fingerW_14_R0_D I1_lin_default_fingerW_14_R0_G
++ I1_lin_default_fingerW_14_R0_S I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S
++ I1_lin_default_fingerW_16_R0_D I1_lin_default_fingerW_16_R0_G
++ I1_lin_default_fingerW_16_R0_S I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S
++ I1_lin_default_fingerW_18_R0_D I1_lin_default_fingerW_18_R0_G
++ I1_lin_default_fingerW_18_R0_S I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S
++ I1_lin_default_fingerW_20_R0_D I1_lin_default_fingerW_20_R0_G
++ I1_lin_default_fingerW_20_R0_S I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S
++ I1_lin_default_fingerW_22_R0_D I1_lin_default_fingerW_22_R0_G
++ I1_lin_default_fingerW_22_R0_S I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S
++ I1_lin_default_fingerW_24_R0_D I1_lin_default_fingerW_24_R0_G
++ I1_lin_default_fingerW_24_R0_S I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S
++ I1_lin_default_fingerW_26_R0_D I1_lin_default_fingerW_26_R0_G
++ I1_lin_default_fingerW_26_R0_S I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S
++ I1_lin_default_fingerW_28_R0_D I1_lin_default_fingerW_28_R0_G
++ I1_lin_default_fingerW_28_R0_S I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S
++ I1_lin_default_fingerW_30_R0_D I1_lin_default_fingerW_30_R0_G
++ I1_lin_default_fingerW_30_R0_S I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S
++ I1_lin_default_fingerW_32_R0_D I1_lin_default_fingerW_32_R0_G
++ I1_lin_default_fingerW_32_R0_S I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S
++ I1_lin_default_fingerW_34_R0_D I1_lin_default_fingerW_34_R0_G
++ I1_lin_default_fingerW_34_R0_S I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S
++ I1_lin_default_gateConn_1_R0_D I1_lin_default_gateConn_1_R0_G
++ I1_lin_default_gateConn_1_R0_S I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S
++ I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G I1_lin_default_l_0_R0_S
++ I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G I1_lin_default_l_1_R0_S
++ I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G I1_lin_default_l_2_R0_S
++ I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G I1_lin_default_l_3_R0_S
++ I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G I1_lin_default_l_4_R0_S
++ I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G I1_lin_default_l_5_R0_S
++ I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G I1_lin_default_l_6_R0_S
++ I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G I1_lin_default_l_7_R0_S
++ I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G I1_lin_default_l_8_R0_S
++ I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G I1_lin_default_l_9_R0_S
++ I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G I1_lin_default_l_10_R0_S
++ I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G I1_lin_default_l_11_R0_S
++ I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G I1_lin_default_l_12_R0_S
++ I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G I1_lin_default_l_13_R0_S
++ I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G I1_lin_default_l_14_R0_S
++ I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G I1_lin_default_l_15_R0_S
++ I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G I1_lin_default_l_16_R0_S
++ I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G I1_lin_default_l_17_R0_S
++ I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G I1_lin_default_l_18_R0_S
++ I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G I1_lin_default_l_19_R0_S
++ I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G I1_lin_default_l_20_R0_S
++ I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G I1_lin_default_l_21_R0_S
++ I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G I1_lin_default_l_22_R0_S
++ I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G I1_lin_default_l_23_R0_S
++ I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G I1_lin_default_l_24_R0_S
++ I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G I1_lin_default_l_25_R0_S
++ I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G I1_lin_default_l_26_R0_S
++ I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G I1_lin_default_l_27_R0_S
++ I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G I1_lin_default_l_28_R0_S
++ I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G I1_lin_default_l_29_R0_S
++ I1_lin_default_leftTap_0_R0_D I1_lin_default_leftTap_0_R0_G
++ I1_lin_default_leftTap_0_R0_S I1_lin_default_m_0_R0_D
++ I1_lin_default_m_0_R0_G I1_lin_default_m_0_R0_S I1_lin_default_m_1_R0_D
++ I1_lin_default_m_1_R0_G I1_lin_default_m_1_R0_S I1_lin_default_m_2_R0_D
++ I1_lin_default_m_2_R0_G I1_lin_default_m_2_R0_S I1_lin_default_nf_0_R0_D
++ I1_lin_default_nf_0_R0_G I1_lin_default_nf_0_R0_S I1_lin_default_nf_1_R0_D
++ I1_lin_default_nf_1_R0_G I1_lin_default_nf_1_R0_S I1_lin_default_nf_2_R0_D
++ I1_lin_default_nf_2_R0_G I1_lin_default_nf_2_R0_S
++ I1_lin_default_rightTap_0_R0_D I1_lin_default_rightTap_0_R0_G
++ I1_lin_default_rightTap_0_R0_S I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S I1_lin_default_sFirst_1_R0_D
++ I1_lin_default_sFirst_1_R0_G I1_lin_default_sFirst_1_R0_S
++ I1_lin_default_sdConn_0_R0_D I1_lin_default_sdConn_0_R0_G
++ I1_lin_default_sdConn_0_R0_S I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S
++ I1_lin_default_sdConn_2_R0_D I1_lin_default_sdConn_2_R0_G
++ I1_lin_default_sdConn_2_R0_S I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S
++ I1_lin_default_sdWidth_1_R0_D I1_lin_default_sdWidth_1_R0_G
++ I1_lin_default_sdWidth_1_R0_S I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S
++ I1_lin_default_sdWidth_3_R0_D I1_lin_default_sdWidth_3_R0_G
++ I1_lin_default_sdWidth_3_R0_S I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S
++ I1_lin_default_sdWidth_5_R0_D I1_lin_default_sdWidth_5_R0_G
++ I1_lin_default_sdWidth_5_R0_S I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S
++ I1_lin_default_sdWidth_7_R0_D I1_lin_default_sdWidth_7_R0_G
++ I1_lin_default_sdWidth_7_R0_S I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S
++ I1_lin_default_sdWidth_9_R0_D I1_lin_default_sdWidth_9_R0_G
++ I1_lin_default_sdWidth_9_R0_S I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S
++ I1_lin_default_tapCntRows_1_R0_D I1_lin_default_tapCntRows_1_R0_G
++ I1_lin_default_tapCntRows_1_R0_S I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S
++ I1_lin_default_tapCntRows_3_R0_D I1_lin_default_tapCntRows_3_R0_G
++ I1_lin_default_tapCntRows_3_R0_S I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S
++ I1_lin_default_topTap_0_R0_D I1_lin_default_topTap_0_R0_G
++ I1_lin_default_topTap_0_R0_S gnd!
+*.PININFO I1_default_D:I I1_default_G:I I1_default_S:I
+*.PININFO I1_lin_default_bodytie_0_R0_D:I I1_lin_default_bodytie_0_R0_G:I
+*.PININFO I1_lin_default_bodytie_0_R0_S:I I1_lin_default_bodytie_1_R0_D:I
+*.PININFO I1_lin_default_bodytie_1_R0_G:I I1_lin_default_bodytie_1_R0_S:I
+*.PININFO I1_lin_default_bottomTap_0_R0_D:I I1_lin_default_bottomTap_0_R0_G:I
+*.PININFO I1_lin_default_bottomTap_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_0_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_1_R0_S:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_D:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_G:I
+*.PININFO I1_lin_default_calculatedParam_2_R0_S:I
+*.PININFO I1_lin_default_fingerW_0_R0_D:I I1_lin_default_fingerW_0_R0_G:I
+*.PININFO I1_lin_default_fingerW_0_R0_S:I I1_lin_default_fingerW_1_R0_D:I
+*.PININFO I1_lin_default_fingerW_1_R0_G:I I1_lin_default_fingerW_1_R0_S:I
+*.PININFO I1_lin_default_fingerW_2_R0_D:I I1_lin_default_fingerW_2_R0_G:I
+*.PININFO I1_lin_default_fingerW_2_R0_S:I I1_lin_default_fingerW_3_R0_D:I
+*.PININFO I1_lin_default_fingerW_3_R0_G:I I1_lin_default_fingerW_3_R0_S:I
+*.PININFO I1_lin_default_fingerW_4_R0_D:I I1_lin_default_fingerW_4_R0_G:I
+*.PININFO I1_lin_default_fingerW_4_R0_S:I I1_lin_default_fingerW_5_R0_D:I
+*.PININFO I1_lin_default_fingerW_5_R0_G:I I1_lin_default_fingerW_5_R0_S:I
+*.PININFO I1_lin_default_fingerW_6_R0_D:I I1_lin_default_fingerW_6_R0_G:I
+*.PININFO I1_lin_default_fingerW_6_R0_S:I I1_lin_default_fingerW_7_R0_D:I
+*.PININFO I1_lin_default_fingerW_7_R0_G:I I1_lin_default_fingerW_7_R0_S:I
+*.PININFO I1_lin_default_fingerW_8_R0_D:I I1_lin_default_fingerW_8_R0_G:I
+*.PININFO I1_lin_default_fingerW_8_R0_S:I I1_lin_default_fingerW_9_R0_D:I
+*.PININFO I1_lin_default_fingerW_9_R0_G:I I1_lin_default_fingerW_9_R0_S:I
+*.PININFO I1_lin_default_fingerW_10_R0_D:I I1_lin_default_fingerW_10_R0_G:I
+*.PININFO I1_lin_default_fingerW_10_R0_S:I I1_lin_default_fingerW_11_R0_D:I
+*.PININFO I1_lin_default_fingerW_11_R0_G:I I1_lin_default_fingerW_11_R0_S:I
+*.PININFO I1_lin_default_fingerW_12_R0_D:I I1_lin_default_fingerW_12_R0_G:I
+*.PININFO I1_lin_default_fingerW_12_R0_S:I I1_lin_default_fingerW_13_R0_D:I
+*.PININFO I1_lin_default_fingerW_13_R0_G:I I1_lin_default_fingerW_13_R0_S:I
+*.PININFO I1_lin_default_fingerW_14_R0_D:I I1_lin_default_fingerW_14_R0_G:I
+*.PININFO I1_lin_default_fingerW_14_R0_S:I I1_lin_default_fingerW_15_R0_D:I
+*.PININFO I1_lin_default_fingerW_15_R0_G:I I1_lin_default_fingerW_15_R0_S:I
+*.PININFO I1_lin_default_fingerW_16_R0_D:I I1_lin_default_fingerW_16_R0_G:I
+*.PININFO I1_lin_default_fingerW_16_R0_S:I I1_lin_default_fingerW_17_R0_D:I
+*.PININFO I1_lin_default_fingerW_17_R0_G:I I1_lin_default_fingerW_17_R0_S:I
+*.PININFO I1_lin_default_fingerW_18_R0_D:I I1_lin_default_fingerW_18_R0_G:I
+*.PININFO I1_lin_default_fingerW_18_R0_S:I I1_lin_default_fingerW_19_R0_D:I
+*.PININFO I1_lin_default_fingerW_19_R0_G:I I1_lin_default_fingerW_19_R0_S:I
+*.PININFO I1_lin_default_fingerW_20_R0_D:I I1_lin_default_fingerW_20_R0_G:I
+*.PININFO I1_lin_default_fingerW_20_R0_S:I I1_lin_default_fingerW_21_R0_D:I
+*.PININFO I1_lin_default_fingerW_21_R0_G:I I1_lin_default_fingerW_21_R0_S:I
+*.PININFO I1_lin_default_fingerW_22_R0_D:I I1_lin_default_fingerW_22_R0_G:I
+*.PININFO I1_lin_default_fingerW_22_R0_S:I I1_lin_default_fingerW_23_R0_D:I
+*.PININFO I1_lin_default_fingerW_23_R0_G:I I1_lin_default_fingerW_23_R0_S:I
+*.PININFO I1_lin_default_fingerW_24_R0_D:I I1_lin_default_fingerW_24_R0_G:I
+*.PININFO I1_lin_default_fingerW_24_R0_S:I I1_lin_default_fingerW_25_R0_D:I
+*.PININFO I1_lin_default_fingerW_25_R0_G:I I1_lin_default_fingerW_25_R0_S:I
+*.PININFO I1_lin_default_fingerW_26_R0_D:I I1_lin_default_fingerW_26_R0_G:I
+*.PININFO I1_lin_default_fingerW_26_R0_S:I I1_lin_default_fingerW_27_R0_D:I
+*.PININFO I1_lin_default_fingerW_27_R0_G:I I1_lin_default_fingerW_27_R0_S:I
+*.PININFO I1_lin_default_fingerW_28_R0_D:I I1_lin_default_fingerW_28_R0_G:I
+*.PININFO I1_lin_default_fingerW_28_R0_S:I I1_lin_default_fingerW_29_R0_D:I
+*.PININFO I1_lin_default_fingerW_29_R0_G:I I1_lin_default_fingerW_29_R0_S:I
+*.PININFO I1_lin_default_fingerW_30_R0_D:I I1_lin_default_fingerW_30_R0_G:I
+*.PININFO I1_lin_default_fingerW_30_R0_S:I I1_lin_default_fingerW_31_R0_D:I
+*.PININFO I1_lin_default_fingerW_31_R0_G:I I1_lin_default_fingerW_31_R0_S:I
+*.PININFO I1_lin_default_fingerW_32_R0_D:I I1_lin_default_fingerW_32_R0_G:I
+*.PININFO I1_lin_default_fingerW_32_R0_S:I I1_lin_default_fingerW_33_R0_D:I
+*.PININFO I1_lin_default_fingerW_33_R0_G:I I1_lin_default_fingerW_33_R0_S:I
+*.PININFO I1_lin_default_fingerW_34_R0_D:I I1_lin_default_fingerW_34_R0_G:I
+*.PININFO I1_lin_default_fingerW_34_R0_S:I I1_lin_default_gateConn_0_R0_D:I
+*.PININFO I1_lin_default_gateConn_0_R0_G:I I1_lin_default_gateConn_0_R0_S:I
+*.PININFO I1_lin_default_gateConn_1_R0_D:I I1_lin_default_gateConn_1_R0_G:I
+*.PININFO I1_lin_default_gateConn_1_R0_S:I I1_lin_default_gateConn_2_R0_D:I
+*.PININFO I1_lin_default_gateConn_2_R0_G:I I1_lin_default_gateConn_2_R0_S:I
+*.PININFO I1_lin_default_l_0_R0_D:I I1_lin_default_l_0_R0_G:I
+*.PININFO I1_lin_default_l_0_R0_S:I I1_lin_default_l_1_R0_D:I
+*.PININFO I1_lin_default_l_1_R0_G:I I1_lin_default_l_1_R0_S:I
+*.PININFO I1_lin_default_l_2_R0_D:I I1_lin_default_l_2_R0_G:I
+*.PININFO I1_lin_default_l_2_R0_S:I I1_lin_default_l_3_R0_D:I
+*.PININFO I1_lin_default_l_3_R0_G:I I1_lin_default_l_3_R0_S:I
+*.PININFO I1_lin_default_l_4_R0_D:I I1_lin_default_l_4_R0_G:I
+*.PININFO I1_lin_default_l_4_R0_S:I I1_lin_default_l_5_R0_D:I
+*.PININFO I1_lin_default_l_5_R0_G:I I1_lin_default_l_5_R0_S:I
+*.PININFO I1_lin_default_l_6_R0_D:I I1_lin_default_l_6_R0_G:I
+*.PININFO I1_lin_default_l_6_R0_S:I I1_lin_default_l_7_R0_D:I
+*.PININFO I1_lin_default_l_7_R0_G:I I1_lin_default_l_7_R0_S:I
+*.PININFO I1_lin_default_l_8_R0_D:I I1_lin_default_l_8_R0_G:I
+*.PININFO I1_lin_default_l_8_R0_S:I I1_lin_default_l_9_R0_D:I
+*.PININFO I1_lin_default_l_9_R0_G:I I1_lin_default_l_9_R0_S:I
+*.PININFO I1_lin_default_l_10_R0_D:I I1_lin_default_l_10_R0_G:I
+*.PININFO I1_lin_default_l_10_R0_S:I I1_lin_default_l_11_R0_D:I
+*.PININFO I1_lin_default_l_11_R0_G:I I1_lin_default_l_11_R0_S:I
+*.PININFO I1_lin_default_l_12_R0_D:I I1_lin_default_l_12_R0_G:I
+*.PININFO I1_lin_default_l_12_R0_S:I I1_lin_default_l_13_R0_D:I
+*.PININFO I1_lin_default_l_13_R0_G:I I1_lin_default_l_13_R0_S:I
+*.PININFO I1_lin_default_l_14_R0_D:I I1_lin_default_l_14_R0_G:I
+*.PININFO I1_lin_default_l_14_R0_S:I I1_lin_default_l_15_R0_D:I
+*.PININFO I1_lin_default_l_15_R0_G:I I1_lin_default_l_15_R0_S:I
+*.PININFO I1_lin_default_l_16_R0_D:I I1_lin_default_l_16_R0_G:I
+*.PININFO I1_lin_default_l_16_R0_S:I I1_lin_default_l_17_R0_D:I
+*.PININFO I1_lin_default_l_17_R0_G:I I1_lin_default_l_17_R0_S:I
+*.PININFO I1_lin_default_l_18_R0_D:I I1_lin_default_l_18_R0_G:I
+*.PININFO I1_lin_default_l_18_R0_S:I I1_lin_default_l_19_R0_D:I
+*.PININFO I1_lin_default_l_19_R0_G:I I1_lin_default_l_19_R0_S:I
+*.PININFO I1_lin_default_l_20_R0_D:I I1_lin_default_l_20_R0_G:I
+*.PININFO I1_lin_default_l_20_R0_S:I I1_lin_default_l_21_R0_D:I
+*.PININFO I1_lin_default_l_21_R0_G:I I1_lin_default_l_21_R0_S:I
+*.PININFO I1_lin_default_l_22_R0_D:I I1_lin_default_l_22_R0_G:I
+*.PININFO I1_lin_default_l_22_R0_S:I I1_lin_default_l_23_R0_D:I
+*.PININFO I1_lin_default_l_23_R0_G:I I1_lin_default_l_23_R0_S:I
+*.PININFO I1_lin_default_l_24_R0_D:I I1_lin_default_l_24_R0_G:I
+*.PININFO I1_lin_default_l_24_R0_S:I I1_lin_default_l_25_R0_D:I
+*.PININFO I1_lin_default_l_25_R0_G:I I1_lin_default_l_25_R0_S:I
+*.PININFO I1_lin_default_l_26_R0_D:I I1_lin_default_l_26_R0_G:I
+*.PININFO I1_lin_default_l_26_R0_S:I I1_lin_default_l_27_R0_D:I
+*.PININFO I1_lin_default_l_27_R0_G:I I1_lin_default_l_27_R0_S:I
+*.PININFO I1_lin_default_l_28_R0_D:I I1_lin_default_l_28_R0_G:I
+*.PININFO I1_lin_default_l_28_R0_S:I I1_lin_default_l_29_R0_D:I
+*.PININFO I1_lin_default_l_29_R0_G:I I1_lin_default_l_29_R0_S:I
+*.PININFO I1_lin_default_leftTap_0_R0_D:I I1_lin_default_leftTap_0_R0_G:I
+*.PININFO I1_lin_default_leftTap_0_R0_S:I I1_lin_default_m_0_R0_D:I
+*.PININFO I1_lin_default_m_0_R0_G:I I1_lin_default_m_0_R0_S:I
+*.PININFO I1_lin_default_m_1_R0_D:I I1_lin_default_m_1_R0_G:I
+*.PININFO I1_lin_default_m_1_R0_S:I I1_lin_default_m_2_R0_D:I
+*.PININFO I1_lin_default_m_2_R0_G:I I1_lin_default_m_2_R0_S:I
+*.PININFO I1_lin_default_nf_0_R0_D:I I1_lin_default_nf_0_R0_G:I
+*.PININFO I1_lin_default_nf_0_R0_S:I I1_lin_default_nf_1_R0_D:I
+*.PININFO I1_lin_default_nf_1_R0_G:I I1_lin_default_nf_1_R0_S:I
+*.PININFO I1_lin_default_nf_2_R0_D:I I1_lin_default_nf_2_R0_G:I
+*.PININFO I1_lin_default_nf_2_R0_S:I I1_lin_default_rightTap_0_R0_D:I
+*.PININFO I1_lin_default_rightTap_0_R0_G:I I1_lin_default_rightTap_0_R0_S:I
+*.PININFO I1_lin_default_sFirst_0_R0_D:I I1_lin_default_sFirst_0_R0_G:I
+*.PININFO I1_lin_default_sFirst_0_R0_S:I I1_lin_default_sdConn_0_R0_D:I
+*.PININFO I1_lin_default_sdConn_0_R0_G:I I1_lin_default_sdConn_0_R0_S:I
+*.PININFO I1_lin_default_sdConn_1_R0_D:I I1_lin_default_sdConn_1_R0_G:I
+*.PININFO I1_lin_default_sdConn_1_R0_S:I I1_lin_default_sdConn_2_R0_D:I
+*.PININFO I1_lin_default_sdConn_2_R0_G:I I1_lin_default_sdConn_2_R0_S:I
+*.PININFO I1_lin_default_sdWidth_0_R0_D:I I1_lin_default_sdWidth_0_R0_G:I
+*.PININFO I1_lin_default_sdWidth_0_R0_S:I I1_lin_default_sdWidth_1_R0_D:I
+*.PININFO I1_lin_default_sdWidth_1_R0_G:I I1_lin_default_sdWidth_1_R0_S:I
+*.PININFO I1_lin_default_sdWidth_2_R0_D:I I1_lin_default_sdWidth_2_R0_G:I
+*.PININFO I1_lin_default_sdWidth_2_R0_S:I I1_lin_default_sdWidth_3_R0_D:I
+*.PININFO I1_lin_default_sdWidth_3_R0_G:I I1_lin_default_sdWidth_3_R0_S:I
+*.PININFO I1_lin_default_sdWidth_4_R0_D:I I1_lin_default_sdWidth_4_R0_G:I
+*.PININFO I1_lin_default_sdWidth_4_R0_S:I I1_lin_default_sdWidth_5_R0_D:I
+*.PININFO I1_lin_default_sdWidth_5_R0_G:I I1_lin_default_sdWidth_5_R0_S:I
+*.PININFO I1_lin_default_sdWidth_6_R0_D:I I1_lin_default_sdWidth_6_R0_G:I
+*.PININFO I1_lin_default_sdWidth_6_R0_S:I I1_lin_default_sdWidth_7_R0_D:I
+*.PININFO I1_lin_default_sdWidth_7_R0_G:I I1_lin_default_sdWidth_7_R0_S:I
+*.PININFO I1_lin_default_sdWidth_8_R0_D:I I1_lin_default_sdWidth_8_R0_G:I
+*.PININFO I1_lin_default_sdWidth_8_R0_S:I I1_lin_default_sdWidth_9_R0_D:I
+*.PININFO I1_lin_default_sdWidth_9_R0_G:I I1_lin_default_sdWidth_9_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_0_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_1_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_2_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_3_R0_S:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_D:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_G:I
+*.PININFO I1_lin_default_tapCntRows_4_R0_S:I I1_lin_default_topTap_0_R0_D:I
+*.PININFO I1_lin_default_topTap_0_R0_G:I I1_lin_default_topTap_0_R0_S:I gnd!:I
+MMP1 I1_lin_default_bodytie_2_R0_D I1_lin_default_bodytie_2_R0_G
++ I1_lin_default_bodytie_2_R0_S gnd! pmos_3p3 m=1 w=720e-9 l=280n nf=2
++ as=327.6e-15 ad=187.2e-15 ps=3.26e-6 pd=1.76e-6 nrd=0.361111 nrs=0.631944
++ sa=0.470u sb=0.440u sd=0.520u dtemp=0 par=1
+MMP0 I1_lin_default_sFirst_1_R0_D I1_lin_default_sFirst_1_R0_G
++ I1_lin_default_sFirst_1_R0_S gnd! pmos_3p3 m=1 w=16.8e-6 l=280n nf=5
++ as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6 nrd=0.017619
++ nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_34_R0 I1_lin_default_fingerW_34_R0_D
++ I1_lin_default_fingerW_34_R0_G I1_lin_default_fingerW_34_R0_S gnd! pmos_3p3
++ m=1 w=1e-3 l=280n nf=10 as=296e-12 ad=260e-12 ps=1.20592e-3 pd=1.0052e-3
++ nrd=0.000260 nrs=0.000296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_fingerW_33_R0 I1_lin_default_fingerW_33_R0_D
++ I1_lin_default_fingerW_33_R0_G I1_lin_default_fingerW_33_R0_S gnd! pmos_3p3
++ m=1 w=90.24e-6 l=280n nf=1 as=39.7056e-12 ad=39.7056e-12 ps=181.36e-6
++ pd=181.36e-6 nrd=0.004876 nrs=0.004876 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_32_R0 I1_lin_default_fingerW_32_R0_D
++ I1_lin_default_fingerW_32_R0_G I1_lin_default_fingerW_32_R0_S gnd! pmos_3p3
++ m=1 w=75.2e-6 l=280n nf=1 as=33.088e-12 ad=33.088e-12 ps=151.28e-6
++ pd=151.28e-6 nrd=0.005851 nrs=0.005851 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_31_R0 I1_lin_default_fingerW_31_R0_D
++ I1_lin_default_fingerW_31_R0_G I1_lin_default_fingerW_31_R0_S gnd! pmos_3p3
++ m=1 w=62.665e-6 l=280n nf=1 as=27.5726e-12 ad=27.5726e-12 ps=126.21e-6
++ pd=126.21e-6 nrd=0.007021 nrs=0.007021 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_30_R0 I1_lin_default_fingerW_30_R0_D
++ I1_lin_default_fingerW_30_R0_G I1_lin_default_fingerW_30_R0_S gnd! pmos_3p3
++ m=1 w=52.225e-6 l=280n nf=1 as=22.979e-12 ad=22.979e-12 ps=105.33e-6
++ pd=105.33e-6 nrd=0.008425 nrs=0.008425 sa=0.440u sb=0.440u sd=0u dtemp=0
++ par=1
+MI1_lin_default_fingerW_29_R0 I1_lin_default_fingerW_29_R0_D
++ I1_lin_default_fingerW_29_R0_G I1_lin_default_fingerW_29_R0_S gnd! pmos_3p3
++ m=1 w=43.52e-6 l=280n nf=1 as=19.1488e-12 ad=19.1488e-12 ps=87.92e-6
++ pd=87.92e-6 nrd=0.010110 nrs=0.010110 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_28_R0 I1_lin_default_fingerW_28_R0_D
++ I1_lin_default_fingerW_28_R0_G I1_lin_default_fingerW_28_R0_S gnd! pmos_3p3
++ m=1 w=36.265e-6 l=280n nf=1 as=15.9566e-12 ad=15.9566e-12 ps=73.41e-6
++ pd=73.41e-6 nrd=0.012133 nrs=0.012133 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_27_R0 I1_lin_default_fingerW_27_R0_D
++ I1_lin_default_fingerW_27_R0_G I1_lin_default_fingerW_27_R0_S gnd! pmos_3p3
++ m=1 w=30.22e-6 l=280n nf=1 as=13.2968e-12 ad=13.2968e-12 ps=61.32e-6
++ pd=61.32e-6 nrd=0.014560 nrs=0.014560 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_26_R0 I1_lin_default_fingerW_26_R0_D
++ I1_lin_default_fingerW_26_R0_G I1_lin_default_fingerW_26_R0_S gnd! pmos_3p3
++ m=1 w=25.185e-6 l=280n nf=1 as=11.0814e-12 ad=11.0814e-12 ps=51.25e-6
++ pd=51.25e-6 nrd=0.017471 nrs=0.017471 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_25_R0 I1_lin_default_fingerW_25_R0_D
++ I1_lin_default_fingerW_25_R0_G I1_lin_default_fingerW_25_R0_S gnd! pmos_3p3
++ m=1 w=20.985e-6 l=280n nf=1 as=9.2334e-12 ad=9.2334e-12 ps=42.85e-6
++ pd=42.85e-6 nrd=0.020967 nrs=0.020967 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_24_R0 I1_lin_default_fingerW_24_R0_D
++ I1_lin_default_fingerW_24_R0_G I1_lin_default_fingerW_24_R0_S gnd! pmos_3p3
++ m=1 w=17.49e-6 l=280n nf=1 as=7.6956e-12 ad=7.6956e-12 ps=35.86e-6
++ pd=35.86e-6 nrd=0.025157 nrs=0.025157 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_23_R0 I1_lin_default_fingerW_23_R0_D
++ I1_lin_default_fingerW_23_R0_G I1_lin_default_fingerW_23_R0_S gnd! pmos_3p3
++ m=1 w=14.575e-6 l=280n nf=1 as=6.413e-12 ad=6.413e-12 ps=30.03e-6
++ pd=30.03e-6 nrd=0.030189 nrs=0.030189 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_22_R0 I1_lin_default_fingerW_22_R0_D
++ I1_lin_default_fingerW_22_R0_G I1_lin_default_fingerW_22_R0_S gnd! pmos_3p3
++ m=1 w=12.145e-6 l=280n nf=1 as=5.3438e-12 ad=5.3438e-12 ps=25.17e-6
++ pd=25.17e-6 nrd=0.036229 nrs=0.036229 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_21_R0 I1_lin_default_fingerW_21_R0_D
++ I1_lin_default_fingerW_21_R0_G I1_lin_default_fingerW_21_R0_S gnd! pmos_3p3
++ m=1 w=10.12e-6 l=280n nf=1 as=4.4528e-12 ad=4.4528e-12 ps=21.12e-6
++ pd=21.12e-6 nrd=0.043478 nrs=0.043478 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_20_R0 I1_lin_default_fingerW_20_R0_D
++ I1_lin_default_fingerW_20_R0_G I1_lin_default_fingerW_20_R0_S gnd! pmos_3p3
++ m=1 w=8.435e-6 l=280n nf=1 as=3.7114e-12 ad=3.7114e-12 ps=17.75e-6
++ pd=17.75e-6 nrd=0.052164 nrs=0.052164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_19_R0 I1_lin_default_fingerW_19_R0_D
++ I1_lin_default_fingerW_19_R0_G I1_lin_default_fingerW_19_R0_S gnd! pmos_3p3
++ m=1 w=7.03e-6 l=280n nf=1 as=3.0932e-12 ad=3.0932e-12 ps=14.94e-6
++ pd=14.94e-6 nrd=0.062589 nrs=0.062589 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_18_R0 I1_lin_default_fingerW_18_R0_D
++ I1_lin_default_fingerW_18_R0_G I1_lin_default_fingerW_18_R0_S gnd! pmos_3p3
++ m=1 w=5.855e-6 l=280n nf=1 as=2.5762e-12 ad=2.5762e-12 ps=12.59e-6
++ pd=12.59e-6 nrd=0.075149 nrs=0.075149 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_17_R0 I1_lin_default_fingerW_17_R0_D
++ I1_lin_default_fingerW_17_R0_G I1_lin_default_fingerW_17_R0_S gnd! pmos_3p3
++ m=1 w=4.88e-6 l=280n nf=1 as=2.1472e-12 ad=2.1472e-12 ps=10.64e-6
++ pd=10.64e-6 nrd=0.090164 nrs=0.090164 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_16_R0 I1_lin_default_fingerW_16_R0_D
++ I1_lin_default_fingerW_16_R0_G I1_lin_default_fingerW_16_R0_S gnd! pmos_3p3
++ m=1 w=4.065e-6 l=280n nf=1 as=1.7886e-12 ad=1.7886e-12 ps=9.01e-6 pd=9.01e-6
++ nrd=0.108241 nrs=0.108241 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_15_R0 I1_lin_default_fingerW_15_R0_D
++ I1_lin_default_fingerW_15_R0_G I1_lin_default_fingerW_15_R0_S gnd! pmos_3p3
++ m=1 w=3.39e-6 l=280n nf=1 as=1.4916e-12 ad=1.4916e-12 ps=7.66e-6 pd=7.66e-6
++ nrd=0.129794 nrs=0.129794 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_14_R0 I1_lin_default_fingerW_14_R0_D
++ I1_lin_default_fingerW_14_R0_G I1_lin_default_fingerW_14_R0_S gnd! pmos_3p3
++ m=1 w=2.825e-6 l=280n nf=1 as=1.243e-12 ad=1.243e-12 ps=6.53e-6 pd=6.53e-6
++ nrd=0.155752 nrs=0.155752 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_13_R0 I1_lin_default_fingerW_13_R0_D
++ I1_lin_default_fingerW_13_R0_G I1_lin_default_fingerW_13_R0_S gnd! pmos_3p3
++ m=1 w=2.355e-6 l=280n nf=1 as=1.0362e-12 ad=1.0362e-12 ps=5.59e-6 pd=5.59e-6
++ nrd=0.186837 nrs=0.186837 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_12_R0 I1_lin_default_fingerW_12_R0_D
++ I1_lin_default_fingerW_12_R0_G I1_lin_default_fingerW_12_R0_S gnd! pmos_3p3
++ m=1 w=1.96e-6 l=280n nf=1 as=862.4e-15 ad=862.4e-15 ps=4.8e-6 pd=4.8e-6
++ nrd=0.224490 nrs=0.224490 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_11_R0 I1_lin_default_fingerW_11_R0_D
++ I1_lin_default_fingerW_11_R0_G I1_lin_default_fingerW_11_R0_S gnd! pmos_3p3
++ m=1 w=1.635e-6 l=280n nf=1 as=719.4e-15 ad=719.4e-15 ps=4.15e-6 pd=4.15e-6
++ nrd=0.269113 nrs=0.269113 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_10_R0 I1_lin_default_fingerW_10_R0_D
++ I1_lin_default_fingerW_10_R0_G I1_lin_default_fingerW_10_R0_S gnd! pmos_3p3
++ m=1 w=1.36e-6 l=280n nf=1 as=598.4e-15 ad=598.4e-15 ps=3.6e-6 pd=3.6e-6
++ nrd=0.323529 nrs=0.323529 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_9_R0 I1_lin_default_fingerW_9_R0_D
++ I1_lin_default_fingerW_9_R0_G I1_lin_default_fingerW_9_R0_S gnd! pmos_3p3
++ m=1 w=1.135e-6 l=280n nf=1 as=499.4e-15 ad=499.4e-15 ps=3.15e-6 pd=3.15e-6
++ nrd=0.387665 nrs=0.387665 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_8_R0 I1_lin_default_fingerW_8_R0_D
++ I1_lin_default_fingerW_8_R0_G I1_lin_default_fingerW_8_R0_S gnd! pmos_3p3
++ m=1 w=945e-9 l=280n nf=1 as=415.8e-15 ad=415.8e-15 ps=2.77e-6 pd=2.77e-6
++ nrd=0.465608 nrs=0.465608 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_7_R0 I1_lin_default_fingerW_7_R0_D
++ I1_lin_default_fingerW_7_R0_G I1_lin_default_fingerW_7_R0_S gnd! pmos_3p3
++ m=1 w=790e-9 l=280n nf=1 as=347.6e-15 ad=347.6e-15 ps=2.46e-6 pd=2.46e-6
++ nrd=0.556962 nrs=0.556962 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_6_R0 I1_lin_default_fingerW_6_R0_D
++ I1_lin_default_fingerW_6_R0_G I1_lin_default_fingerW_6_R0_S gnd! pmos_3p3
++ m=1 w=655e-9 l=280n nf=1 as=288.2e-15 ad=288.2e-15 ps=2.19e-6 pd=2.19e-6
++ nrd=0.671756 nrs=0.671756 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_5_R0 I1_lin_default_fingerW_5_R0_D
++ I1_lin_default_fingerW_5_R0_G I1_lin_default_fingerW_5_R0_S gnd! pmos_3p3
++ m=1 w=545e-9 l=280n nf=1 as=239.8e-15 ad=239.8e-15 ps=1.97e-6 pd=1.97e-6
++ nrd=0.807339 nrs=0.807339 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_4_R0 I1_lin_default_fingerW_4_R0_D
++ I1_lin_default_fingerW_4_R0_G I1_lin_default_fingerW_4_R0_S gnd! pmos_3p3
++ m=1 w=455e-9 l=280n nf=1 as=200.2e-15 ad=200.2e-15 ps=1.79e-6 pd=1.79e-6
++ nrd=0.967033 nrs=0.967033 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_3_R0 I1_lin_default_fingerW_3_R0_D
++ I1_lin_default_fingerW_3_R0_G I1_lin_default_fingerW_3_R0_S gnd! pmos_3p3
++ m=1 w=380e-9 l=280n nf=1 as=167.2e-15 ad=167.2e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.157895 nrs=1.157895 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_2_R0 I1_lin_default_fingerW_2_R0_D
++ I1_lin_default_fingerW_2_R0_G I1_lin_default_fingerW_2_R0_S gnd! pmos_3p3
++ m=1 w=315e-9 l=280n nf=1 as=161.1e-15 ad=161.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=1.623583 nrs=1.623583 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_1_R0 I1_lin_default_fingerW_1_R0_D
++ I1_lin_default_fingerW_1_R0_G I1_lin_default_fingerW_1_R0_S gnd! pmos_3p3
++ m=1 w=265e-9 l=280n nf=1 as=156.1e-15 ad=156.1e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=2.222855 nrs=2.222855 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_fingerW_0_R0 I1_lin_default_fingerW_0_R0_D
++ I1_lin_default_fingerW_0_R0_G I1_lin_default_fingerW_0_R0_S gnd! pmos_3p3
++ m=1 w=220e-9 l=280n nf=1 as=151.6e-15 ad=151.6e-15 ps=1.64e-6 pd=1.64e-6
++ nrd=3.132231 nrs=3.132231 sa=0.460u sb=0.460u sd=0u dtemp=0 par=1
+MI1_lin_default_l_29_R0 I1_lin_default_l_29_R0_D I1_lin_default_l_29_R0_G
++ I1_lin_default_l_29_R0_S gnd! pmos_3p3 m=1 w=26.8e-6 l=50.000u nf=5
++ as=7.9328e-12 ad=7.9328e-12 ps=35.12e-6 pd=35.12e-6 nrd=0.011045
++ nrs=0.011045 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_l_28_R0 I1_lin_default_l_28_R0_D I1_lin_default_l_28_R0_G
++ I1_lin_default_l_28_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=46.155u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_27_R0 I1_lin_default_l_27_R0_D I1_lin_default_l_27_R0_G
++ I1_lin_default_l_27_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=38.465u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_26_R0 I1_lin_default_l_26_R0_D I1_lin_default_l_26_R0_G
++ I1_lin_default_l_26_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=32.055u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_25_R0 I1_lin_default_l_25_R0_D I1_lin_default_l_25_R0_G
++ I1_lin_default_l_25_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=26.710u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_24_R0 I1_lin_default_l_24_R0_D I1_lin_default_l_24_R0_G
++ I1_lin_default_l_24_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=22.260u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_23_R0 I1_lin_default_l_23_R0_D I1_lin_default_l_23_R0_G
++ I1_lin_default_l_23_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=18.550u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_22_R0 I1_lin_default_l_22_R0_D I1_lin_default_l_22_R0_G
++ I1_lin_default_l_22_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=15.460u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_21_R0 I1_lin_default_l_21_R0_D I1_lin_default_l_21_R0_G
++ I1_lin_default_l_21_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=12.880u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_20_R0 I1_lin_default_l_20_R0_D I1_lin_default_l_20_R0_G
++ I1_lin_default_l_20_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=10.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_19_R0 I1_lin_default_l_19_R0_D I1_lin_default_l_19_R0_G
++ I1_lin_default_l_19_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=8.945u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_18_R0 I1_lin_default_l_18_R0_D I1_lin_default_l_18_R0_G
++ I1_lin_default_l_18_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=7.455u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_17_R0 I1_lin_default_l_17_R0_D I1_lin_default_l_17_R0_G
++ I1_lin_default_l_17_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=6.210u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_16_R0 I1_lin_default_l_16_R0_D I1_lin_default_l_16_R0_G
++ I1_lin_default_l_16_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=5.175u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_15_R0 I1_lin_default_l_15_R0_D I1_lin_default_l_15_R0_G
++ I1_lin_default_l_15_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=4.315u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_14_R0 I1_lin_default_l_14_R0_D I1_lin_default_l_14_R0_G
++ I1_lin_default_l_14_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=3.595u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_13_R0 I1_lin_default_l_13_R0_D I1_lin_default_l_13_R0_G
++ I1_lin_default_l_13_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=2.995u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_12_R0 I1_lin_default_l_12_R0_D I1_lin_default_l_12_R0_G
++ I1_lin_default_l_12_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=2.495u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_11_R0 I1_lin_default_l_11_R0_D I1_lin_default_l_11_R0_G
++ I1_lin_default_l_11_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=2.080u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_10_R0 I1_lin_default_l_10_R0_D I1_lin_default_l_10_R0_G
++ I1_lin_default_l_10_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=1.735u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_9_R0 I1_lin_default_l_9_R0_D I1_lin_default_l_9_R0_G
++ I1_lin_default_l_9_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=1.445u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_8_R0 I1_lin_default_l_8_R0_D I1_lin_default_l_8_R0_G
++ I1_lin_default_l_8_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=1.205u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_7_R0 I1_lin_default_l_7_R0_D I1_lin_default_l_7_R0_G
++ I1_lin_default_l_7_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=1.005u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_6_R0 I1_lin_default_l_6_R0_D I1_lin_default_l_6_R0_G
++ I1_lin_default_l_6_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.835u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_5_R0 I1_lin_default_l_5_R0_D I1_lin_default_l_5_R0_G
++ I1_lin_default_l_5_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.695u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_4_R0 I1_lin_default_l_4_R0_D I1_lin_default_l_4_R0_G
++ I1_lin_default_l_4_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.580u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_3_R0 I1_lin_default_l_3_R0_D I1_lin_default_l_3_R0_G
++ I1_lin_default_l_3_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.485u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_2_R0 I1_lin_default_l_2_R0_D I1_lin_default_l_2_R0_G
++ I1_lin_default_l_2_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.405u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_1_R0 I1_lin_default_l_1_R0_D I1_lin_default_l_1_R0_G
++ I1_lin_default_l_1_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.335u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_l_0_R0 I1_lin_default_l_0_R0_D I1_lin_default_l_0_R0_G
++ I1_lin_default_l_0_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=0.280u nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_nf_2_R0 I1_lin_default_nf_2_R0_D I1_lin_default_nf_2_R0_G
++ I1_lin_default_nf_2_R0_S gnd! pmos_3p3 m=1 w=36e-6 l=280n nf=100
++ as=9.4896e-12 ad=9.36e-12 ps=89.44e-6 pd=88e-6 nrd=0.007222 nrs=0.007322
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_1_R0 I1_lin_default_nf_1_R0_D I1_lin_default_nf_1_R0_G
++ I1_lin_default_nf_1_R0_S gnd! pmos_3p3 m=1 w=18.36e-6 l=280n nf=51
++ as=4.8384e-12 ad=4.8384e-12 ps=45.6e-6 pd=45.6e-6 nrd=0.014353 nrs=0.014353
++ sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_nf_0_R0 I1_lin_default_nf_0_R0_D I1_lin_default_nf_0_R0_G
++ I1_lin_default_nf_0_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_m_2_R0 I1_lin_default_m_2_R0_D I1_lin_default_m_2_R0_G
++ I1_lin_default_m_2_R0_S gnd! pmos_3p3 m=100 w=360e-9 l=280n nf=1
++ as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222
++ sa=0.440u sb=0.440u sd=0u dtemp=0 par=100
+MI1_lin_default_m_1_R0 I1_lin_default_m_1_R0_D I1_lin_default_m_1_R0_G
++ I1_lin_default_m_1_R0_S gnd! pmos_3p3 m=51 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=51
+MI1_lin_default_m_0_R0 I1_lin_default_m_0_R0_D I1_lin_default_m_0_R0_G
++ I1_lin_default_m_0_R0_S gnd! pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15
++ ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u
++ sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_2_R0 I1_lin_default_calculatedParam_2_R0_D
++ I1_lin_default_calculatedParam_2_R0_G I1_lin_default_calculatedParam_2_R0_S
++ gnd! pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_1_R0 I1_lin_default_calculatedParam_1_R0_D
++ I1_lin_default_calculatedParam_1_R0_G I1_lin_default_calculatedParam_1_R0_S
++ gnd! pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_calculatedParam_0_R0 I1_lin_default_calculatedParam_0_R0_D
++ I1_lin_default_calculatedParam_0_R0_G I1_lin_default_calculatedParam_0_R0_S
++ gnd! pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_2_R0 I1_lin_default_gateConn_2_R0_D
++ I1_lin_default_gateConn_2_R0_G I1_lin_default_gateConn_2_R0_S gnd! pmos_3p3
++ m=1 w=16.08e-6 l=280n nf=3 as=5.1456e-12 ad=5.1456e-12 ps=23.36e-6
++ pd=23.36e-6 nrd=0.019900 nrs=0.019900 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_gateConn_1_R0 I1_lin_default_gateConn_1_R0_D
++ I1_lin_default_gateConn_1_R0_G I1_lin_default_gateConn_1_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_gateConn_0_R0 I1_lin_default_gateConn_0_R0_D
++ I1_lin_default_gateConn_0_R0_G I1_lin_default_gateConn_0_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_9_R0 I1_lin_default_sdWidth_9_R0_D
++ I1_lin_default_sdWidth_9_R0_G I1_lin_default_sdWidth_9_R0_S gnd! pmos_3p3
++ m=1 w=1.8e-6 l=280n nf=5 as=1.3644e-12 ad=1.3644e-12 ps=9.74e-6 pd=9.74e-6
++ nrd=0.421111 nrs=0.421111 sa=1.210u sb=1.210u sd=1.290u dtemp=0 par=1
+MI1_lin_default_sdWidth_8_R0 I1_lin_default_sdWidth_8_R0_D
++ I1_lin_default_sdWidth_8_R0_G I1_lin_default_sdWidth_8_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=432e-15 ad=432e-15 ps=3.12e-6 pd=3.12e-6
++ nrd=3.333333 nrs=3.333333 sa=1.200u sb=1.200u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_7_R0 I1_lin_default_sdWidth_7_R0_D
++ I1_lin_default_sdWidth_7_R0_G I1_lin_default_sdWidth_7_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=372.6e-15 ad=372.6e-15 ps=2.79e-6 pd=2.79e-6
++ nrd=2.875000 nrs=2.875000 sa=1.035u sb=1.035u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_6_R0 I1_lin_default_sdWidth_6_R0_D
++ I1_lin_default_sdWidth_6_R0_G I1_lin_default_sdWidth_6_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=322.2e-15 ad=322.2e-15 ps=2.51e-6 pd=2.51e-6
++ nrd=2.486111 nrs=2.486111 sa=0.895u sb=0.895u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_5_R0 I1_lin_default_sdWidth_5_R0_D
++ I1_lin_default_sdWidth_5_R0_G I1_lin_default_sdWidth_5_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=280.8e-15 ad=280.8e-15 ps=2.28e-6 pd=2.28e-6
++ nrd=2.166667 nrs=2.166667 sa=0.780u sb=0.780u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_4_R0 I1_lin_default_sdWidth_4_R0_D
++ I1_lin_default_sdWidth_4_R0_G I1_lin_default_sdWidth_4_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=246.6e-15 ad=246.6e-15 ps=2.09e-6 pd=2.09e-6
++ nrd=1.902778 nrs=1.902778 sa=0.685u sb=0.685u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_3_R0 I1_lin_default_sdWidth_3_R0_D
++ I1_lin_default_sdWidth_3_R0_G I1_lin_default_sdWidth_3_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=217.8e-15 ad=217.8e-15 ps=1.93e-6 pd=1.93e-6
++ nrd=1.680556 nrs=1.680556 sa=0.605u sb=0.605u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_2_R0 I1_lin_default_sdWidth_2_R0_D
++ I1_lin_default_sdWidth_2_R0_G I1_lin_default_sdWidth_2_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=194.4e-15 ad=194.4e-15 ps=1.8e-6 pd=1.8e-6
++ nrd=1.500000 nrs=1.500000 sa=0.540u sb=0.540u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_1_R0 I1_lin_default_sdWidth_1_R0_D
++ I1_lin_default_sdWidth_1_R0_G I1_lin_default_sdWidth_1_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=174.6e-15 ad=174.6e-15 ps=1.69e-6 pd=1.69e-6
++ nrd=1.347222 nrs=1.347222 sa=0.485u sb=0.485u sd=0u dtemp=0 par=1
+MI1_lin_default_sdWidth_0_R0 I1_lin_default_sdWidth_0_R0_D
++ I1_lin_default_sdWidth_0_R0_G I1_lin_default_sdWidth_0_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_sFirst_0_R0 I1_lin_default_sFirst_0_R0_D
++ I1_lin_default_sFirst_0_R0_G I1_lin_default_sFirst_0_R0_S gnd! pmos_3p3 m=1
++ w=16.8e-6 l=280n nf=5 as=4.9728e-12 ad=4.9728e-12 ps=23.12e-6 pd=23.12e-6
++ nrd=0.017619 nrs=0.017619 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_2_R0 I1_lin_default_sdConn_2_R0_D
++ I1_lin_default_sdConn_2_R0_G I1_lin_default_sdConn_2_R0_S gnd! pmos_3p3 m=1
++ w=1.08e-6 l=280n nf=3 as=345.6e-15 ad=345.6e-15 ps=3.36e-6 pd=3.36e-6
++ nrd=0.296296 nrs=0.296296 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_1_R0 I1_lin_default_sdConn_1_R0_D
++ I1_lin_default_sdConn_1_R0_G I1_lin_default_sdConn_1_R0_S gnd! pmos_3p3 m=1
++ w=720e-9 l=280n nf=2 as=187.2e-15 ad=316.8e-15 ps=1.76e-6 pd=3.2e-6
++ nrd=0.611111 nrs=0.361111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_sdConn_0_R0 I1_lin_default_sdConn_0_R0_D
++ I1_lin_default_sdConn_0_R0_G I1_lin_default_sdConn_0_R0_S gnd! pmos_3p3 m=1
++ w=720e-9 l=280n nf=2 as=316.8e-15 ad=187.2e-15 ps=3.2e-6 pd=1.76e-6
++ nrd=0.361111 nrs=0.611111 sa=0.440u sb=0.440u sd=0.520u dtemp=0 par=1
+MI1_lin_default_bodytie_1_R0 I1_lin_default_bodytie_1_R0_D
++ I1_lin_default_bodytie_1_R0_G I1_lin_default_bodytie_1_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bodytie_0_R0 I1_lin_default_bodytie_0_R0_D
++ I1_lin_default_bodytie_0_R0_G I1_lin_default_bodytie_0_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=169.2e-15 ad=158.4e-15 ps=1.66e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.305556 sa=0.470u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_leftTap_0_R0 I1_lin_default_leftTap_0_R0_D
++ I1_lin_default_leftTap_0_R0_G I1_lin_default_leftTap_0_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_rightTap_0_R0 I1_lin_default_rightTap_0_R0_D
++ I1_lin_default_rightTap_0_R0_G I1_lin_default_rightTap_0_R0_S gnd! pmos_3p3
++ m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_topTap_0_R0 I1_lin_default_topTap_0_R0_D
++ I1_lin_default_topTap_0_R0_G I1_lin_default_topTap_0_R0_S gnd! pmos_3p3 m=1
++ w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6
++ nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_bottomTap_0_R0 I1_lin_default_bottomTap_0_R0_D
++ I1_lin_default_bottomTap_0_R0_G I1_lin_default_bottomTap_0_R0_S gnd!
++ pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_4_R0 I1_lin_default_tapCntRows_4_R0_D
++ I1_lin_default_tapCntRows_4_R0_G I1_lin_default_tapCntRows_4_R0_S gnd!
++ pmos_3p3 m=1 w=26.8e-6 l=280n nf=5 as=7.9328e-12 ad=7.9328e-12 ps=35.12e-6
++ pd=35.12e-6 nrd=0.011045 nrs=0.011045 sa=0.440u sb=0.440u sd=0.520u dtemp=0
++ par=1
+MI1_lin_default_tapCntRows_3_R0 I1_lin_default_tapCntRows_3_R0_D
++ I1_lin_default_tapCntRows_3_R0_G I1_lin_default_tapCntRows_3_R0_S gnd!
++ pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_2_R0 I1_lin_default_tapCntRows_2_R0_D
++ I1_lin_default_tapCntRows_2_R0_G I1_lin_default_tapCntRows_2_R0_S gnd!
++ pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_1_R0 I1_lin_default_tapCntRows_1_R0_D
++ I1_lin_default_tapCntRows_1_R0_G I1_lin_default_tapCntRows_1_R0_S gnd!
++ pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_lin_default_tapCntRows_0_R0 I1_lin_default_tapCntRows_0_R0_D
++ I1_lin_default_tapCntRows_0_R0_G I1_lin_default_tapCntRows_0_R0_S gnd!
++ pmos_3p3 m=1 w=360e-9 l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6
++ pd=1.6e-6 nrd=1.222222 nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+MI1_default I1_default_D I1_default_G I1_default_S gnd! pmos_3p3 m=1 w=360e-9
++ l=280n nf=1 as=158.4e-15 ad=158.4e-15 ps=1.6e-6 pd=1.6e-6 nrd=1.222222
++ nrs=1.222222 sa=0.440u sb=0.440u sd=0u dtemp=0 par=1
+.ENDS
+
diff --git a/ULL/klayout/lvs/rule_decks/custom_classes.lvs b/ULL/klayout/lvs/rule_decks/custom_classes.lvs
new file mode 100644
index 0000000..23f3250
--- /dev/null
+++ b/ULL/klayout/lvs/rule_decks/custom_classes.lvs
@@ -0,0 +1,160 @@
+################################################################################################
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+################################################################################################
+
+#================================================
+# --------------- CUSTOM CLASSES ----------------
+#================================================
+
+#=========== CUSTOM READER ===========
+class SubcircuitModelsReader < RBA::NetlistSpiceReaderDelegate
+ def parse_element(sup, element)
+ begin
+ super
+ rescue
+ case element
+ when 'C'
+ super("#{sup} C=2e-16", element)
+ when 'R'
+ super("#{sup} R=0", element)
+ else
+ super
+ end
+ end
+ end
+
+ # implements the delegate interface:
+ # take and translate the element
+ def element(circuit, ele, name, model, value, nets, params)
+ case ele
+ when 'C'
+ error('Capacitor needs two nodes') if nets.size != 2
+
+ # provide a device class
+ cls = circuit.netlist.device_class_by_name(model)
+ unless cls
+ cls = RBA::DeviceClassCapacitor.new
+ cls.name = model
+ circuit.netlist.add(cls)
+ end
+
+ # create a device
+ device = circuit.create_device(cls, name)
+
+ # and configure the device
+ %w[A B].each_with_index do |t, index|
+ device.connect_terminal(t, nets[index])
+ end
+
+ # parameters in the model are given in micrometer units, so
+ # we need to translate the parameter values from SI to um values:
+ device.set_parameter('A', ((params['W'] || 0.0) * (params['L'] || 0.0)) * 1e12)
+ device.set_parameter('P', ((params['W'] || 0.0) + (params['L'] || 0.0)) * 2e6)
+ device.set_parameter('C', (params['C'] || 0.0))
+
+ when 'R'
+ case nets.size
+ when 3
+ # provide a device class
+ cls = circuit.netlist.device_class_by_name(model)
+ unless cls
+ cls = RBA::DeviceClassResistorWithBulk.new
+ cls.name = model
+ circuit.netlist.add(cls)
+ end
+
+ # create a device
+ device = circuit.create_device(cls, name)
+
+ # and configure the device
+ %w[A B W].each_with_index do |t, index|
+ device.connect_terminal(t, nets[index])
+ end
+
+ when 2
+ # provide a device class
+ cls = circuit.netlist.device_class_by_name(model)
+ unless cls
+ cls = RBA::DeviceClassResistor.new
+ cls.name = model
+ circuit.netlist.add(cls)
+ end
+
+ # create a device
+ device = circuit.create_device(cls, name)
+
+ # and configure the device
+ %w[A B].each_with_index do |t, index|
+ device.connect_terminal(t, nets[index])
+ end
+
+ else
+ error('Resistor needs two or three nodes')
+
+ end
+
+ # parameters in the model are given in micrometer units, so
+ # we need to translate the parameter values from SI to um values:
+ device.set_parameter('W', ((params['W'] || 0.0) * (params['PAR'] || 1.0)) * 1e6)
+ device.set_parameter('L', ((params['L'] || 0.0) * (params['S'] || 1.0)) * 1e6)
+ device.set_parameter('R', (params['R'] * (params['S'] || 1.0) / (params['PAR'] || 1.0)))
+
+ else
+ return super
+
+ end
+ true
+ end
+end
+
+# 4 terminals resistor device extractor
+class BResistor < RBA::DeviceClassResistorWithBulk
+ def initialize
+ super
+ enable_parameter('R', false)
+ enable_parameter('W', true)
+ enable_parameter('L', true)
+ end
+end
+
+# 3 terminals resistor device extractor
+class NResistor < RBA::DeviceClassResistor
+ def initialize
+ super
+ enable_parameter('R', false)
+ enable_parameter('W', true)
+ enable_parameter('L', true)
+ end
+end
+
+# MosCap device extractor
+class MosCap < RBA::DeviceClassCapacitor
+ def initialize
+ super
+ enable_parameter('C', false)
+ enable_parameter('A', true)
+ enable_parameter('P', true)
+ end
+end
+
+# MIMCAP device extractor
+class MIMCap < RBA::DeviceClassCapacitor
+ def initialize
+ super
+ enable_parameter('C', true)
+ enable_parameter('A', true)
+ enable_parameter('P', true)
+ end
+end
diff --git a/ULL/klayout/lvs/rule_decks/devices_connections.lvs b/ULL/klayout/lvs/rule_decks/devices_connections.lvs
index b6ed43e..9f86dd1 100644
--- a/ULL/klayout/lvs/rule_decks/devices_connections.lvs
+++ b/ULL/klayout/lvs/rule_decks/devices_connections.lvs
@@ -40,6 +40,26 @@
connect(psd_dw, contact)
connect(nsd, contact)
connect(poly2_con, contact)
+connect(contact, metal1)
+connect(metal1, via1)
+connect(via1, metal2_ncap)
+if METAL_LEVEL != '2LM'
+ connect(metal2_ncap, via2)
+ connect(via2, metal3_ncap)
+ if METAL_LEVEL != '3LM'
+ connect(metal3_ncap, via3)
+ connect(via3, metal4_ncap)
+ if METAL_LEVEL != '4LM'
+ connect(metal4_ncap, via4)
+ connect(via4, metal5_ncap)
+ if METAL_LEVEL != '5LM'
+ connect(metal5_ncap, via5)
+ connect(via5, metaltop)
+ end
+ end
+ end
+end
+
logger.info('Starting GF180 LVS connectivity setup (Attaching labels)')