Adding mimcap devices & making the switching in the extraction file
diff --git a/ULL/klayout/lvs/gf180ull.lvs b/ULL/klayout/lvs/gf180ull.lvs
index 5063fc1..be8358b 100644
--- a/ULL/klayout/lvs/gf180ull.lvs
+++ b/ULL/klayout/lvs/gf180ull.lvs
@@ -199,37 +199,6 @@
logger.info("MIM CAP selected: #{MIM_CAP}")
#================================================
-#------------- METAL LEVEL SWITCHES -------------
-#================================================
-
-case MIM_OPTION
-when 'A'
- mim_0p85fF = 'mim_0p85fF_m2m3_noshield'
- mim_1p0fF = 'mim_1p0fF_m2m3_noshield'
- mim_1p5fF = 'mim_1p5fF_m2m3_noshield'
- mim_2p0fF = 'mim_2p0fF_m2m3_noshield'
-
-when 'B'
- case METAL_LEVEL
- when '6LM'
- mim_0p85fF_tm = 'mim_0p85fF_tm_m5m6_noshield'
- mim_1p0fF_tm = 'mim_1p0fF_tm_m5m6_noshield'
- mim_1p5fF_tm = 'mim_1p5fF_tm_m5m6_noshield'
- mim_2p0fF_tm = 'mim_2p0fF_tm_m5m6_noshield'
- when '5LM'
- mim_0p85fF_tm = 'mim_0p85fF_tm_m4m5_noshield'
- mim_1p0fF_tm = 'mim_1p0fF_tm_m4m5_noshield'
- mim_1p5fF_tm = 'mim_1p5fF_tm_m4m5_noshield'
- mim_2p0fF_tm = 'mim_2p0fF_tm_m4m5_noshield'
- when '4LM'
- mim_0p85fF_tm = 'mim_0p85fF_tm_m3m4_noshield'
- mim_1p0fF_tm = 'mim_1p0fF_tm_m3m4_noshield'
- mim_1p5fF_tm = 'mim_1p5fF_tm_m3m4_noshield'
- mim_2p0fF_tm = 'mim_2p0fF_tm_m3m4_noshield'
- end
-end
-
-#================================================
# --------------- CUSTOM CLASSES ----------------
#================================================
@@ -320,6 +289,12 @@
# %include 'rule_decks/piscap_derivations.lvs'
+#===================================
+# ------ MIMCAP DERIVATIONS ------
+#===================================
+
+# %include 'rule_decks/mimcap_derivations.lvs'
+
#================================================
#------------ DEVICES CONNECTIVITY --------------
#================================================
@@ -374,6 +349,12 @@
# %include 'rule_decks/piscap_extraction.lvs'
+#================================
+# ------ MIMCAP EXTRACTION -----
+#================================
+
+# %include 'rule_decks/mimcap_extraction.lvs'
+
#================================================
#------------- COMPARISON OPTIONS ---------------
#================================================