Move DRC/LVS/PEX tools to tech file.

This commit is contained in:
Matt Guthaus
2019-11-29 12:01:33 -08:00
parent abd8b0a23a
commit d511f648c6
13 changed files with 86 additions and 67 deletions
+7
View File
@@ -0,0 +1,7 @@
process_corners = ["TT"]
supply_voltages = [1.0]
temperatures = [25]
drc_name = "calibre"
lvs_name = "calibre"
pex_name = "calibre"
+11
View File
@@ -336,3 +336,14 @@ parameter["bitcell_drain_cap"] = 0.1 #In Femto-Farad, approximation of dr
##END Spice Simulation Parameters
###################################################
###################################################
##BEGIN Technology Tool Preferences
###################################################
drc_name = "calibre"
lvs_name = "calibre"
pex_name = "calibre"
###################################################
##END Technology Tool Preferences
###################################################