Merge pull request #124 from mabrains/bcd_mos

diff --git a/BCDLite/klayout/lvs/gf180BCDLite.lvs b/BCDLite/klayout/lvs/gf180BCDLite.lvs
index 42151c1..94a2000 100644
--- a/BCDLite/klayout/lvs/gf180BCDLite.lvs
+++ b/BCDLite/klayout/lvs/gf180BCDLite.lvs
@@ -251,6 +251,12 @@
 # ------ BJT DERIVATIONS --------
 #================================
 
+# %include rule_decks/mos_derivations.lvs
+
+#================================
+# ------ BJT DERIVATIONS --------
+#================================
+
 # %include rule_decks/bjt_derivations.lvs
 
 #=================================
@@ -299,6 +305,12 @@
 # ------- BJT EXTRACTION --------
 #================================
 
+# %include rule_decks/mos_extraction.lvs
+
+#================================
+# ------- BJT EXTRACTION --------
+#================================
+
 # %include rule_decks/bjt_extraction.lvs
 
 #=================================
diff --git a/BCDLite/klayout/lvs/rule_decks/general_connections.lvs b/BCDLite/klayout/lvs/rule_decks/general_connections.lvs
index ce0d606..a655c60 100644
--- a/BCDLite/klayout/lvs/rule_decks/general_connections.lvs
+++ b/BCDLite/klayout/lvs/rule_decks/general_connections.lvs
@@ -29,15 +29,15 @@
 # Inter-layer
 connect(sub, ptap)
 connect(lvpwell_con, ptap)
-connect(lvpwell_con, ptap_dw)
-connect(dnwell, ntap_dw)
+connect(lvpwell_con, ptap_dn)
+connect(dnwell, ntap_dn)
 connect(nwell_con, ntap)
 connect(ptap, contact)
-connect(ptap_dw, contact)
+connect(ptap_dn, contact)
 connect(ntap, contact)
-connect(ntap_dw, contact)
+connect(ntap_dn, contact)
 connect(psd, contact)
-connect(psd_dw, contact)
+connect(psd_dn, contact)
 connect(nsd, contact)
 connect(poly2_con, contact)
 connect(contact, metal1_con)
diff --git a/BCDLite/klayout/lvs/rule_decks/general_derivations.lvs b/BCDLite/klayout/lvs/rule_decks/general_derivations.lvs
index bea0ccd..93e36ca 100644
--- a/BCDLite/klayout/lvs/rule_decks/general_derivations.lvs
+++ b/BCDLite/klayout/lvs/rule_decks/general_derivations.lvs
@@ -18,37 +18,44 @@
 # ------ GENERAL DERIVATIONS ------
 #==================================
 
-ncomp = comp.and(nplus)
-pcomp = comp.and(pplus)
-tgate = poly2.and(comp).not(res_mk)
+dnwell_n        = dnwell.not(lvpwell)
+dnwell_p        = dnwell.and(lvpwell)
 
-ncomp_lv = ncomp.not(dualgate2_d)
-ncomp_mv = ncomp.and(dualgate2_d)
+all_nwell       = dnwell_n.join(nwell)
+all_nwell_pw    = dnwell.join(nwell)
 
-pcomp_lv = pcomp.not(dualgate2_d)
-pcomp_mv = pcomp.and(dualgate2_d)
+ncomp           = comp.and(nplus)
+pcomp           = comp.and(pplus)
+tgate           = poly2.and(comp).not(res_mk)
 
-ngate = nplus.and(tgate)
-nsd = ncomp.outside(nwell).interacting(ngate).not(ngate).not(res_mk)
-ptap = pcomp.outside(nwell).outside(dnwell).not(res_mk)
+ncomp_mv        = ncomp.and(dualgate2_d)
+pcomp_mv        = pcomp.and(dualgate2_d)
 
-ptap_lv = ptap.not(dualgate2_d)
-ptap_mv = ptap.and(dualgate2_d)
+nactive         = ncomp.not(all_nwell)
+nactive_pw      = ncomp.not(all_nwell_pw)
+ngate           = nactive.and(tgate)
+ngate_pw        = nactive_pw.and(tgate)
+nsd             = nactive.interacting(ngate).not(ngate).not(res_mk)
+ptap            = pcomp.not(all_nwell).not(res_mk)
+ptap_mv         = ptap.and(dualgate2_d)
 
-pgate = pplus.and(tgate)
-psd   = pcomp.inside(nwell).interacting(pgate).not(pgate).not(res_mk)
-ntap  = ncomp.inside(nwell).not(res_mk)
+pactive         = pcomp.and(all_nwell)
+pgate           = pactive.and(tgate)
+psd             = pactive.interacting(pgate).not(pgate).not(res_mk)
+ntap            = ncomp.and(all_nwell).not(res_mk)
 
-ngate_dw = ngate.and(lvpwell).and(dnwell)
-ptap_dw  = pcomp.inside(lvpwell).inside(dnwell).outside(well_diode_mk).not(res_mk)
+ngate_dn        = ngate.and(dnwell_p)
+ptap_dn         = ptap.and(dnwell_p).outside(well_diode_mk)
 
-pgate_dw = pgate.inside(dnwell).outside(lvpwell)
-ntap_dw  = ncomp.outside(lvpwell).inside(dnwell).not(res_mk)
+pgate_dn        = pgate.and(dnwell_n)
+ntap_dn         = ntap.and(dnwell_n)
 
-psd_dw      = pcomp.not(lvpwell).and(dnwell).interacting(pgate).not(pgate).not(res_mk)
-nwell_con   = nwell.not(res_mk)
-lvpwell_con = lvpwell.not(res_mk)
-poly2_con   = poly2.not(res_mk).not(plfuse)
+psd_dn          = pcomp.and(dnwell_n).interacting(pgate_dn).not(pgate_dn).not(res_mk)
+nsd_dn          = ncomp.and(dnwell_p).interacting(ngate_dn).not(ngate_dn).not(res_mk)
+
+nwell_con       = nwell.not(res_mk)
+lvpwell_con     = lvpwell.not(res_mk)
+poly2_con       = poly2.not(res_mk).not(plfuse)
 
 metal1_con      = metal1.not(mom_mk).not(mom_m1_mk)
 metal2_con      = metal2.not(mom_mk).not(mom_m2_mk)
diff --git a/BCDLite/klayout/lvs/rule_decks/mos_derivations.lvs b/BCDLite/klayout/lvs/rule_decks/mos_derivations.lvs
index 4ce6104..8040e8a 100644
--- a/BCDLite/klayout/lvs/rule_decks/mos_derivations.lvs
+++ b/BCDLite/klayout/lvs/rule_decks/mos_derivations.lvs
@@ -1,5 +1,5 @@
 ################################################################################################
-# Copyright 2022 GlobalFoundries PDK Authors
+# Copyright 2023 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.
@@ -20,155 +20,79 @@
 
 logger.info('Starting MOSFET DERIVATIONS')
 
-# general derivations used in MOS devices
-nsd_sab = nsd.and(sab)
-mos_exclude_layers = resistor.or(esd).or(pwhv).or(fusewindow_d).or(polyfuse)
-                            .or(schottky_diode).or(zener).or(piscap).or(res_mk)
-                            .or(fhres).or(mos_cap_mk).or(mvsd).or(mvpsd)
-                            .or(lvs_rf).or(lvs_source).or(mk_35v)
-                            .or(lvs_35v).or(esd_hbm_mk).or(hvpolyrs)
-                            .or(swfet_mk).or(hvnddd).or(hvpddd)
+#====================
+# --- MOS EXCLUDE ---
+#====================
 
-# =======================
-# ---- LV MOS Devices ----
-# =======================
-logger.info('Starting LV MOS layers DERIVATIONS')
+mos_exclude = sab.join(resistor).join(esd).join(dni)
+                 .join(pwhv).join(fusewindow_d).join(polyfuse)
+                 .join(schottky_diode).join(zener).join(piscap)
+                 .join(res_mk).join(drc_bjt).join(fhres)
+                 .join(mos_cap_mk).join(mvsd).join(mvpsd)
+                 .join(elmd_mk).join(lvs_rf).join(lvs_source)
+                 .join(mk_35v).join(lvs_35v).join(esd_hbm_mk)
+                 .join(swfet_mk).join(hvnddd).join(hvpddd)
+                 .join(hvpolyrs).join(ldmos_xtor)
 
-# LV NMOS transistor outside DNWELL
-nmos_1p8_g = ngate.not(dnwell).not(v5_xtor).not(dualgate2_d).not(ldmos_xtor).not(mos_mk_type1)
-                .not(mos_exclude_layers).not(sab).not(nwell).not(nat).not_interacting(dni)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk)
+#=================================
+# ---- LV (1.8V) TRANSISTORS ----
+#=================================
 
-# LV NMOS transistor inside DNWELL
-nmos_1p8_dw_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).not(dualgate2_d).not(ldmos_xtor)
-                    .not(mos_exclude_layers).not(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+logger.info('Starting LV (1.8V) TRANSISTORS layers DERIVATIONS')
 
-# LV NAT NMOS transistor outside DNWELL
-nmos_1p8_nat_g = ngate.not(dnwell).and(nat).not(v5_xtor).not(dualgate2_d).not(ldmos_xtor)
-                .not(mos_exclude_layers).not(sab).not(nwell).not(lvpwell).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# nfet_01v8: Model for LV NMOS outside Dnwell [nmos_1p8]
+ngate_1p8 = ngate_pw.not(dualgate2_d).not(nat).not(mos_exclude)
 
-# LV NMOS with drain sab outside DNWELL
-nmos_1p8_sab_g = ngate.not(dnwell).interacting(elmd2_mk).interacting(sab).not(dualgate2_d)
-                    .not(mos_exclude_layers).not(nwell).not(nat).not(v5_xtor).not(mos_mk_type1)
-                    .not_interacting(elmd_mk).not(ldmos_xtor).not_interacting(dni)
+# nfet_01v8_dn: Model for LV NMOS Inside Dnwell [nmos_1p8 _dw]
+ngate_1p8_dn = ngate_dn.not(nwell).not(dualgate2_d).not(nat).not(mos_exclude)
 
-# LV NMOS with drain sab inside DNWELL
-nmos_1p8_dw_sab_g = ngate.and(dnwell).interacting(elmd2_mk).interacting(sab).and(lvpwell)
-                    .not(mos_exclude_layers).not(nwell).not(nat).not(v5_xtor).not(dualgate2_d)
-                    .not_interacting(elmd_mk).not(mos_mk_type1).not(ldmos_xtor).not_interacting(dni)
+# pfet_01v8: Model for LV PMOS outside Dnwell [pmos_1p8]
+pgate_1p8 = pgate.not(lvpwell).not(dnwell).not(dualgate2_d).not(nat).not(mos_exclude)
 
-# LV PMOS transistor outside DNWELL
-pmos_1p8_g = pgate.not(dnwell).and(nwell).not(v5_xtor).not(dualgate2_d).not(ldmos_xtor)
-                .not(mos_exclude_layers).not(sab).not(nat).not(lvpwell).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# pfet_01v8_dn: Model for LV PMOS Inside Dnwell [pmos_1p8_dw] 
+pgate_1p8_dn = pgate_dn.not(dualgate2_d).not(nat).not(mos_exclude)
 
-# LV PMOS transistor inside DNWELL
-pmos_1p8_dw_g = pgate.and(dnwell).not(v5_xtor).not(dualgate2_d).not(ldmos_xtor).not(lvpwell)
-                .not(mos_exclude_layers).not(sab).not(nat).not(mos_mk_type1).not_interacting(dni)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk)
+# nfet_01v8_nvt: Model for LV native Vt NMOS [nmos_1p8_nat]
+ngate_1p8_nat = ngate.and(nat).not(dualgate2_d).not(sab).not(mos_exclude)
 
+#==============================
+# ---- MV (5V) TRANSISTORS ----
+#==============================
 
-# ========================
-# ---- MV MOS Devices ----
-# ========================
-logger.info('Starting MV MOS layers DERIVATIONS')
+logger.info('Starting MV (5V) TRANSISTORS layers DERIVATIONS')
 
-# 5V NMOS transistor outside DNWELL
-nmos_5p0_g = ngate.not(dnwell).and(v5_xtor).and(dualgate2_d).not(ldmos_xtor).not(mos_mk_type1)
-                .not(mos_exclude_layers).not(sab).not(nwell).not(nat).not_interacting(dni)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk)
+# nfet_05v0: Model for MV NMOS outside Dnwell [nmos_5p0]
+ngate_5p0 = ngate_pw.and(dualgate2_d).and(v5_xtor).not(nat).not(mos_exclude)
 
-# 5V NMOS transistor inside DNWELL
-nmos_5p0_dw_g = ngate.and(dnwell).and(lvpwell).and(v5_xtor).and(dualgate2_d).not(ldmos_xtor)
-                    .not(mos_exclude_layers).not(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# nfet_05v0_dn: Model for MV NMOS Inside Dnwell [nmos_5p0_dw]
+ngate_5p0_dn = ngate_dn.and(dualgate2_d).and(v5_xtor).not(nat).not(mos_exclude)
 
-# 5V PMOS transistor outside DNWELL
-pmos_5p0_g = pgate.not(dnwell).and(nwell).and(v5_xtor).and(dualgate2_d).not(ldmos_xtor)
-                .not(mos_exclude_layers).not(sab).not(nat).not(lvpwell).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# pfet_05v0: Model for MV PMOS Outside Dnwell [pmos_5p0]
+pgate_5p0 = pgate.not(lvpwell).not(dnwell).and(dualgate2_d).and(v5_xtor).not(nat).not(mos_exclude)
 
-# 5V PMOS transistor inside DNWELL
-pmos_5p0_dw_g = pgate.and(dnwell).and(v5_xtor).and(dualgate2_d).not(ldmos_xtor).not(lvpwell)
-                .not(mos_exclude_layers).not(sab).not(nat).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# pfet_05v0_dn: Model for MV PMOS Inside Dnwell [pmos_5p0_dw]
+pgate_5p0_dn = pgate_dn.and(nwell).and(dualgate2_d).and(v5_xtor).not(nat).not(mos_exclude)
 
-# 6V NMOS transistor outside DNWELL
-nmos_6p0_g = ngate.not(dnwell).not(v5_xtor).and(dualgate2_d).not(ldmos_xtor).not(mos_mk_type1)
-                .not(mos_exclude_layers).not(sab).not(nwell).not(nat)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+#==============================
+# ---- MV (6V) TRANSISTORS ----
+#==============================
 
-# 6V NMOS transistor inside DNWELL 
-nmos_6p0_dw_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).not(ldmos_xtor)
-                    .not(mos_exclude_layers).not(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+logger.info('Starting MV (6V) TRANSISTORS layers DERIVATIONS')
 
-# 6V PMOS transistor outside DNWELL
-pmos_6p0_g = pgate.not(dnwell).and(nwell).not(v5_xtor).and(dualgate2_d).not(ldmos_xtor)
-                .not(mos_exclude_layers).not(sab).not(nat).not(lvpwell).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# nfet_06v0: Model for MV NMOS outside Dnwell [nmos_6p0]
+ngate_6p0 = ngate_pw.and(dualgate2_d).not(v5_xtor).not(nat).not(mos_exclude)
 
-# 6V PMOS transistor inside DNWELL
-pmos_6p0_dw_g = pgate.and(dnwell).not(v5_xtor).and(dualgate2_d).not(ldmos_xtor).not(lvpwell)
-                    .not(mos_exclude_layers).not(sab).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# nfet_06v0_dn: Model for MV NMOS Inside Dnwell [nmos_6p0_dw]
+ngate_6p0_dn = ngate_dn.and(dualgate2_d).not(v5_xtor).not(nat).not(mos_exclude)
 
-# 6V NAT NMOS transistor outside DNWELL
-nmos_6p0_nat_g = ngate.not(dnwell).and(nat).not(v5_xtor).and(dualgate2_d).not(ldmos_xtor)
-                    .not(mos_exclude_layers).not(sab).not(nwell).not(lvpwell).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# pfet_06v0: Model for MV PMOS Outside Dnwell [pmos_6p0]
+pgate_6p0 = pgate.not(lvpwell).not(dnwell).and(dualgate2_d).not(v5_xtor).not(nat).not(mos_exclude)
 
-# 6V NAT PMOS transistor inside DNWELL
-pmos_6p0_nat_dw_g = pgate.and(dnwell).not(v5_xtor).and(dualgate2_d).and(nat).not(ldmos_xtor)
-                        .not(mos_exclude_layers).not(sab).not(lvpwell).not(mos_mk_type1)
-                        .not_interacting(elmd2_mk).not_interacting(elmd_mk).not_interacting(dni)
+# pfet_06v0_dn: Model for MV PMOS Inside Dnwell [pmos_6p0_dw]
+pgate_6p0_dn = pgate_dn.and(dualgate2_d).not(v5_xtor).not(nat).not(mos_exclude)
 
-# 6V Extended LDD NMOS
-nmos_eldd_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).interacting(elmd_mk)
-                .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not(ldmos_xtor).not_interacting(dni)
+# nfet_06v0_nvt: Model for 6.0V Native Vt NMOS [nmos_6p0_nat]
+ngate_6p0_nat = ngate.and(nat).and(dualgate2_d).not(v5_xtor).not(mos_exclude)
 
-# 6V DDD MV NMOS
-nmos_ddd_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).interacting(dni)
-                .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                .not_interacting(elmd2_mk).not_interacting(elmd_mk).not(ldmos_xtor)
-
-# 6V NMOS with drain sab outside DNWELL
-nmos_6p0_sab_g = ngate.not(dnwell).not(nwell).not(v5_xtor).and(dualgate2_d).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not_interacting(dni)
-
-# 6V NMOS with drain sab inside DNWELL 
-nmos_6p0_dw_sab_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not_interacting(dni)
-
-# 5V NMOS with drain sab outside DNWELL
-nmos_5p0_sab_g = ngate.not(dnwell).not(nwell).and(v5_xtor).and(dualgate2_d).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not_interacting(dni)
-
-# 5V NMOS with drain sab inside DNWELL 
-nmos_5p0_dw_sab_g = ngate.and(dnwell).and(lvpwell).and(v5_xtor).and(dualgate2_d).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).interacting(sab).not(nwell).not(nat).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not_interacting(dni)
-    
-# 4.2V Hybrid NMOS inside DNWELL
-nmos_4p2_dw_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).interacting(mos_mk_type4)
-                    .interacting(mos_source_type1).not_interacting(dni).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).not_interacting(sab).not(nwell).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not(nat)
-                    
-# 4.2V Hybrid PMOS inside DNWELL
-pmos_4p2_dw_g = pgate.and(dnwell).not(v5_xtor).and(dualgate2_d).interacting(mos_mk_type4)
-                    .interacting(mos_source_type1).not_interacting(dni).not_interacting(elmd_mk)
-                    .not(mos_exclude_layers).not_interacting(sab).not(nwell).not(mos_mk_type1)
-                    .not_interacting(elmd2_mk).not(ldmos_xtor).not(nat)
-
-# 4.2V Hybrid SAB NMOS inside DNWELL
-nmos_4p2_dw_sab_g = ngate.and(dnwell).and(lvpwell).not(v5_xtor).and(dualgate2_d).interacting(mos_mk_type4)
-                        .interacting(mos_source_type1).not_interacting(dni).not_interacting(elmd_mk)
-                        .not(mos_exclude_layers).interacting(sab).not(nwell).not(mos_mk_type1)
-                        .not_interacting(elmd2_mk).not(ldmos_xtor).not(nat)
\ No newline at end of file
+# pfet_06v0_nvt_dn: Model for 6.0V Native Vt PMOS Inside Dnwell [pmos_6p0_nat_dw]
+pgate_6p0_nat_dn = pgate_dn.not(nwell).and(nat).and(dualgate2_d).not(v5_xtor).not(mos_exclude)
diff --git a/BCDLite/klayout/lvs/rule_decks/mos_extraction.lvs b/BCDLite/klayout/lvs/rule_decks/mos_extraction.lvs
index c0afada..82e5583 100644
--- a/BCDLite/klayout/lvs/rule_decks/mos_extraction.lvs
+++ b/BCDLite/klayout/lvs/rule_decks/mos_extraction.lvs
@@ -1,5 +1,5 @@
 ################################################################################################
-# Copyright 2022 GlobalFoundries PDK Authors
+# Copyright 2023 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.
@@ -20,153 +20,110 @@
 
 logger.info('Starting MOSFET EXTRACTION')
 
-# =======================
-# ---- LV MOS Devices ----
-# =======================
-logger.info('Starting LV MOS EXTRACTION')
+#=================================
+# ---- LV (1.8V) TRANSISTORS ----
+#=================================
 
-# LV NMOS transistor outside DNWELL
-logger.info('Extracting LV NMOS transistor outside DNWELL')
-extract_devices(mos4('nmos_1p8'),
-                { 'SD' => nsd, 'G' => nmos_1p8_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => sub })
+logger.info('Starting LV (1.8V) TRANSISTORS EXTRACTION')
 
-# LV NMOS transistor inside DNWELL
-logger.info('Extracting LV NMOS transistor inside DNWELL')
-extract_devices(mos4('nmos_1p8_dw'),
-                { 'SD' => nsd, 'G' => nmos_1p8_dw_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => lvpwell_con })
+# nfet_01v8: Model for LV NMOS outside Dnwell [nmos_1p8]
+logger.info('Extracting nfet_01v8 transistor outside DNWEL')
+extract_devices(mos4('nfet_01v8'),
+                { 'SD' => nsd, 'G' => ngate_1p8, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => sub })
 
-# LV NAT NMOS transistor outside DNWELL
-logger.info('Extracting LV NAT NMOS transistor outside DNWELL')
-extract_devices(mos4('nmos_1p8_nat'),
-                { 'SD' => nsd, 'G' => nmos_1p8_nat_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => sub })
+# nfet_01v8_dn: Model for LV NMOS Inside Dnwell [nmos_1p8 _dw]
+logger.info('Extracting nfet_01v8_dn transistor Inside DNWEL')
+extract_devices(mos4('nfet_01v8_dn'),
+                { 'SD' => nsd, 'G' => ngate_1p8_dn, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => lvpwell_con })
 
-# LV NMOS with drain sab outside DNWELL
-logger.info('Extracting LV NMOS with drain sab outside DNWELL')
-extract_devices(mos4('nmos_1p8_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_1p8_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => sub })
+# pfet_01v8: Model for LV PMOS outside Dnwell [pmos_1p8]
+logger.info('Extracting pfet_01v8 transistor')
+extract_devices(mos4('pfet_01v8'),
+                { 'SD' => psd, 'G' => pgate_1p8, 
+                  'tS' => psd, 'tD' => psd, 'tG' => poly2_con, 'W' => nwell_con })
 
-# LV NMOS with drain sab inside DNWELL
-logger.info('Extracting LV NMOS with drain sab inside DNWELL')
-extract_devices(mos4('nmos_1p8_dw_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_1p8_dw_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => lvpwell_con })
+# pfet_01v8_dn: Model for LV PMOS Inside Dnwell [pmos_1p8_dw] 
+logger.info('Extracting pfet_01v8_dn transistor')
+extract_devices(mos4('pfet_01v8_dn'),
+                { 'SD' => psd_dn, 'G' => pgate_1p8_dn, 
+                'tS' => psd_dn, 'tD' => psd_dn, 'tG' => poly2_con, 'W' => dnwell })
 
-# LV PMOS transistor outside DNWELL
-logger.info('Extracting LV PMOS transistor outside DNWELL')
-extract_devices(mos4('pmos_1p8'),
-                { 'SD' => psd, 'G' => pmos_1p8_g, 'tS' => psd, 'tD' => psd,
-                 'tG' => poly2_con, 'W' => nwell_con })
+# nfet_01v8_nvt: Model for LV native Vt NMOS [nmos_1p8_nat]
+logger.info('Extracting nfet_01v8_nvt transistor')
+extract_devices(mos4('nfet_01v8_nvt'),
+                { 'SD' => nsd, 'G' => ngate_1p8_nat, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => sub })
 
-# LV PMOS transistor inside DNWELL
-logger.info('Extracting LV PMOS transistor inside DNWELL')
-extract_devices(mos4('pmos_1p8_dw'),
-                { 'SD' => psd_dw, 'G' => pmos_1p8_dw_g, 'tS' => psd_dw, 'tD' => psd_dw,
-                 'tG' => poly2_con, 'W' => dnwell })
+#==============================
+# ---- MV (5V) TRANSISTORS ----
+#==============================
 
+logger.info('Starting MV(5V) TRANSISTORS EXTRACTION')
 
-# ========================
-# ---- MV MOS Devices ----
-# ========================
-logger.info('Starting MV MOS EXTRACTION')
+# nfet_05v0: Model for MV NMOS outside Dnwell [nmos_5p0]
+logger.info('Extracting nfet_05v0 transistor')
+extract_devices(mos4('nfet_05v0'),
+                { 'SD' => nsd, 'G' => ngate_5p0, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => sub })
 
-# 5V NMOS transistor outside DNWELL
-logger.info('Extracting 5V NMOS transistor outside DNWELL')
-extract_devices(mos4('nmos_5p0'),
-                { 'SD' => nsd, 'G' => nmos_5p0_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => sub })
+# nfet_05v0_dn: Model for MV NMOS Inside Dnwell [nmos_5p0_dw]
+logger.info('Extracting nfet_05v0_dn transistor')
+extract_devices(mos4('nfet_05v0_dn'),
+                { 'SD' => nsd, 'G' => ngate_5p0_dn, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => lvpwell_con })
 
-# 5V NMOS transistor inside DNWELL
-logger.info('Extracting 5V NMOS transistor inside DNWELL')
-extract_devices(mos4('nmos_5p0_dw'),
-                { 'SD' => nsd, 'G' => nmos_5p0_dw_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => lvpwell_con })
+# pfet_05v0: Model for MV PMOS Outside Dnwell [pmos_5p0]
+logger.info('Extracting pfet_05v0 transistor')
+extract_devices(mos4('pfet_05v0'),
+                { 'SD' => psd, 'G' => pgate_5p0, 
+                  'tS' => psd, 'tD' => psd, 'tG' => poly2_con, 'W' => nwell_con })
 
-# 5V PMOS transistor outside DNWELL
-logger.info('Extracting 5V PMOS transistor outside DNWELL')
-extract_devices(mos4('pmos_5p0'),
-                { 'SD' => psd, 'G' => pmos_5p0_g, 'tS' => psd, 'tD' => psd,
-                 'tG' => poly2_con, 'W' => nwell_con })
+# pfet_05v0_dn: Model for MV PMOS Inside Dnwell [pmos_5p0_dw]
+logger.info('Extracting pfet_05v0_dn transistor')
+extract_devices(mos4('pfet_05v0_dn'),
+                { 'SD' => psd_dn, 'G' => pgate_5p0_dn, 
+                  'tS' => psd_dn, 'tD' => psd_dn, 'tG' => poly2_con, 'W' => dnwell })
 
-# 5V PMOS transistor inside DNWELL
-logger.info('Extracting 5V PMOS transistor inside DNWELL')
-extract_devices(mos4('pmos_5p0_dw'),
-                { 'SD' => psd_dw, 'G' => pmos_5p0_dw_g, 'tS' => psd_dw, 'tD' => psd_dw,
-                 'tG' => poly2_con, 'W' => dnwell })
+#==============================
+# ---- MV (6V) TRANSISTORS ----
+#==============================
 
-# 6V NMOS transistor outside DNWELL
-logger.info('Extracting 6V NMOS transistor outside DNWELL')
-extract_devices(mos4('nmos_6p0'),
-                { 'SD' => nsd, 'G' => nmos_6p0_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => sub })
+logger.info('Starting MV(6V) TRANSISTORS EXTRACTION')
 
-# 6V NMOS transistor inside DNWELL
-logger.info('Extracting 6V NMOS transistor inside DNWELL')
-extract_devices(mos4('nmos_6p0_dw'),
-                { 'SD' => nsd, 'G' => nmos_6p0_dw_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => lvpwell_con })
+# nfet_06v0: Model for MV NMOS outside Dnwell [nmos_6p0]
+logger.info('Extracting nfet_06v0 transistor outside DNWEL')
+extract_devices(mos4('nfet_06v0'),
+                { 'SD' => nsd, 'G' => ngate_6p0, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => sub })
 
-# 6V PMOS transistor outside DNWELL
-logger.info('Extracting 6V PMOS transistor outside DNWELL')
-extract_devices(mos4('pmos_6p0'),
-                { 'SD' => psd, 'G' => pmos_6p0_g, 'tS' => psd, 'tD' => psd,
-                 'tG' => poly2_con, 'W' => nwell_con })
+# nfet_06v0_dn: Model for MV NMOS Inside Dnwell [nmos_6p0_dw]
+logger.info('Extracting nfet_06v0_dn transistor Inside DNWEL')
+extract_devices(mos4('nfet_06v0_dn'),
+                { 'SD' => nsd, 'G' => ngate_6p0_dn, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => lvpwell_con })
 
-# 6V PMOS transistor inside DNWELL
-logger.info('Extracting 6V PMOS transistor inside DNWELL')
-extract_devices(mos4('pmos_6p0_dw'),
-                { 'SD' => psd_dw, 'G' => pmos_6p0_dw_g, 'tS' => psd_dw, 'tD' => psd_dw,
-                 'tG' => poly2_con, 'W' => dnwell })
+# pfet_06v0: Model for MV PMOS Outside Dnwell [pmos_6p0]
+logger.info('Extracting pfet_06v0 transistor Inside DNWEL')
+extract_devices(mos4('pfet_06v0'),
+                { 'SD' => psd, 'G' => pgate_6p0, 
+                  'tS' => psd, 'tD' => psd, 'tG' => poly2_con, 'W' => nwell_con })
 
-# 6V NAT NMOS transistor outside DNWELL
-logger.info('Extracting 6V NAT NMOS transistor outside DNWELL')
-extract_devices(mos4('nmos_6p0_nat'),
-                { 'SD' => nsd, 'G' => nmos_6p0_nat_g, 'tS' => nsd, 'tD' => nsd,
-                 'tG' => poly2_con, 'W' => sub })
+# pfet_06v0_dn: Model for MV PMOS Inside Dnwell [pmos_6p0_dw]
+logger.info('Extracting pfet_06v0_dn transistor')
+extract_devices(mos4('pfet_06v0_dn'),
+                { 'SD' => psd_dn, 'G' => pgate_6p0_dn, 
+                  'tS' => psd_dn, 'tD' => psd_dn, 'tG' => poly2_con, 'W' => dnwell })
 
-# 6V NAT PMOS transistor inside DNWELL
-logger.info('Extracting 6V NAT PMOS transistor inside DNWELL')
-extract_devices(mos4('pmos_6p0_nat_dw'),
-                { 'SD' => psd_dw, 'G' => pmos_6p0_nat_dw_g, 'tS' => psd_dw, 'tD' => psd_dw,
-                 'tG' => poly2_con, 'W' => dnwell })
+# nfet_06v0_nvt: Model for 6.0V Native Vt NMOS [nmos_6p0_nat]
+logger.info('Extracting nfet_06v0_nvt transistor')
+extract_devices(mos4('nfet_06v0_nvt'),
+                { 'SD' => nsd, 'G' => ngate_6p0_nat, 
+                  'tS' => nsd, 'tD' => nsd, 'tG' => poly2_con, 'W' => sub })
 
-# 6V Extended LDD NMOS
-logger.info('Extracting 6V Extended LDD NMOS')
-extract_devices(mos4('nmos_eldd'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_eldd_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => lvpwell_con })
-
-# 6V DDD MV NMOS
-logger.info('Extracting 6V DDD MV NMOS')
-extract_devices(mos4('nmos_ddd'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_ddd_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => lvpwell_con })
-
-# 6V NMOS with drain sab outside DNWELL
-logger.info('Extracting 6V NMOS with drain sab outside DNWELL')
-extract_devices(mos4('nmos_6p0_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_6p0_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => sub })
-
-# 6V NMOS with drain sab inside DNWELL 
-logger.info('Extracting 6V NMOS with drain sab inside DNWELL')
-extract_devices(mos4('nmos_6p0_dw_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_6p0_dw_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => lvpwell_con })
-
-# 5V NMOS with drain sab outside DNWELL
-logger.info('Extracting 5V NMOS with drain sab outside DNWELL')
-extract_devices(mos4('nmos_5p0_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_5p0_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => sub })
-
-# 5V NMOS with drain sab inside DNWELL 
-logger.info('Extracting 5V NMOS with drain sab inside DNWELL')
-extract_devices(mos4('nmos_5p0_dw_sab'),
-                { 'S' => nsd, 'D' => nsd_sab, 'G' => nmos_5p0_dw_sab_g, 'tS' => nsd, 
-                'tD' => nsd_sab, 'tG' => poly2_con, 'W' => lvpwell_con })
-
-
+# pfet_06v0_nvt_dn: Model for 6.0V Native Vt PMOS Inside Dnwell [pmos_6p0_nat_dw]
+logger.info('Extracting pfet_06v0_nvt_dn transistor')
+extract_devices(mos4('pfet_06v0_nvt_dn'),
+                { 'SD' => psd_dn, 'G' => pgate_6p0_nat_dn, 
+                  'tS' => psd_dn, 'tD' => psd_dn, 'tG' => poly2_con, 'W' => dnwell })
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8.gds
new file mode 100644
index 0000000..8443c31
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_dn.gds
new file mode 100644
index 0000000..6d9a23b
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_nvt.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_nvt.gds
new file mode 100644
index 0000000..58c97ee
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_01v8_nvt.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0.gds
new file mode 100644
index 0000000..df58285
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0_dn.gds
new file mode 100644
index 0000000..416258c
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_05v0_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0.gds
new file mode 100644
index 0000000..b1680ee
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_dn.gds
new file mode 100644
index 0000000..bcf346e
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_nvt.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_nvt.gds
new file mode 100644
index 0000000..9c43ccf
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/nfet_06v0_nvt.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8.gds
new file mode 100644
index 0000000..6ba7076
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8_dn.gds
new file mode 100644
index 0000000..60dfe4b
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_01v8_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0.gds
new file mode 100644
index 0000000..9c56fb4
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0_dn.gds
new file mode 100644
index 0000000..f214c54
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_05v0_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0.gds
new file mode 100644
index 0000000..739a43f
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_dn.gds
new file mode 100644
index 0000000..bf27ab6
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_nvt_dn.gds b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_nvt_dn.gds
new file mode 100644
index 0000000..cf0904f
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/layout/pfet_06v0_nvt_dn.gds
Binary files differ
diff --git a/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8.cdl
new file mode 100644
index 0000000..db340d2
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_01v8
+* 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:    nfet_01v8
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_01v8 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 
++ 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! nfet_01v8 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! 
++ nfet_01v8 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! 
++ nfet_01v8 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! 
++ nfet_01v8 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! 
++ nfet_01v8 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! 
++ nfet_01v8 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! 
++ nfet_01v8 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! nfet_01v8 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_dn.cdl
new file mode 100644
index 0000000..c4cf8d3
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_dn.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_01v8_dn
+* 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:    nfet_01v8_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_01v8_dn 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 
++ 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! nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! 
++ nfet_01v8_dn 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! nfet_01v8_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_nvt.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_nvt.cdl
new file mode 100644
index 0000000..6cff9ce
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_01v8_nvt.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_01v8_nvt
+* 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:    nfet_01v8_nvt
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_01v8_nvt 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 
++ 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! nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! 
++ nfet_01v8_nvt 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! nfet_01v8_nvt 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0.cdl
new file mode 100644
index 0000000..faa6090
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_05v0
+* 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:    nfet_05v0
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_05v0 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 
++ 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! nfet_05v0 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! 
++ nfet_05v0 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! 
++ nfet_05v0 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! 
++ nfet_05v0 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! 
++ nfet_05v0 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! 
++ nfet_05v0 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! 
++ nfet_05v0 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! nfet_05v0 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0_dn.cdl
new file mode 100644
index 0000000..2726ec5
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_05v0_dn.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_05v0_dn
+* 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:    nfet_05v0_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_05v0_dn 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 
++ 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! nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! 
++ nfet_05v0_dn 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! nfet_05v0_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0.cdl
new file mode 100644
index 0000000..fb311f4
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_06v0
+* 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:    nfet_06v0
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_06v0 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 
++ 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! nfet_06v0 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! 
++ nfet_06v0 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! 
++ nfet_06v0 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! 
++ nfet_06v0 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! 
++ nfet_06v0 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! 
++ nfet_06v0 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! 
++ nfet_06v0 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! nfet_06v0 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_dn.cdl
new file mode 100644
index 0000000..07cfebf
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_dn.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_06v0_dn
+* 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:    nfet_06v0_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_06v0_dn 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 
++ 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! nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! 
++ nfet_06v0_dn 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! nfet_06v0_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_nvt.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_nvt.cdl
new file mode 100644
index 0000000..52d9f57
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/nfet_06v0_nvt.cdl
@@ -0,0 +1,748 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: nfet_06v0_nvt
+* 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:    nfet_06v0_nvt
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT nfet_06v0_nvt 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 
++ 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! nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! 
++ nfet_06v0_nvt 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! nfet_06v0_nvt 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8.cdl
new file mode 100644
index 0000000..d45a0a5
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_01v8
+* 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:    pfet_01v8
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 
++ 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! pfet_01v8 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! 
++ pfet_01v8 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! 
++ pfet_01v8 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! 
++ pfet_01v8 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! 
++ pfet_01v8 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! 
++ pfet_01v8 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! 
++ pfet_01v8 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! pfet_01v8 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8_dn.cdl
new file mode 100644
index 0000000..8abd9aa
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_01v8_dn.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_01v8_dn
+* 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:    pfet_01v8_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 
++ 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! pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! 
++ pfet_01v8_dn 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! pfet_01v8_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0.cdl
new file mode 100644
index 0000000..7d77fce
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_05v0
+* 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:    pfet_05v0
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 
++ 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! pfet_05v0 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! 
++ pfet_05v0 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! 
++ pfet_05v0 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! 
++ pfet_05v0 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! 
++ pfet_05v0 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! 
++ pfet_05v0 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! 
++ pfet_05v0 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! pfet_05v0 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0_dn.cdl
new file mode 100644
index 0000000..1bd9676
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_05v0_dn.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_05v0_dn
+* 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:    pfet_05v0_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 
++ 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! pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! 
++ pfet_05v0_dn 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! pfet_05v0_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0.cdl
new file mode 100644
index 0000000..57f2be6
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_06v0
+* 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:    pfet_06v0
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 
++ 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! pfet_06v0 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! 
++ pfet_06v0 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! 
++ pfet_06v0 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! 
++ pfet_06v0 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! 
++ pfet_06v0 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! 
++ pfet_06v0 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! 
++ pfet_06v0 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! pfet_06v0 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_dn.cdl
new file mode 100644
index 0000000..539179c
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_dn.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_06v0_dn
+* 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:    pfet_06v0_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 
++ 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! pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! 
++ pfet_06v0_dn 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! pfet_06v0_dn 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/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_nvt_dn.cdl b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_nvt_dn.cdl
new file mode 100644
index 0000000..eac30a7
--- /dev/null
+++ b/BCDLite/klayout/lvs/testing/testcases/unit/mos_devices/netlist/pfet_06v0_nvt_dn.cdl
@@ -0,0 +1,756 @@
+************************************************************************
+* auCdl Netlist:
+* 
+* Library Name:  TCG_library_2
+* Top Cell Name: pfet_06v0_nvt_dn
+* 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:    pfet_06v0_nvt_dn
+* View Name:    schematic
+************************************************************************
+
+.SUBCKT pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 
++ 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! pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! 
++ pfet_06v0_nvt_dn 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! pfet_06v0_nvt_dn 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
+