Update contact types.

Use preferred directions in tech files.
Programmatically generate based on interconnect stacks.
This commit is contained in:
Matthew Guthaus
2019-12-17 23:45:07 +00:00
parent fc4685c7f7
commit 8e151553e4
4 changed files with 58 additions and 50 deletions
+7
View File
@@ -56,6 +56,13 @@ beol_stacks = [m1_stack,
layer_stacks = feol_stacks + beol_stacks
preferred_directions = {"poly": "V",
"active": "H",
"m1": "H",
"m2": "V",
"m3": "H",
"m4": "V"}
###################################################
# GDS Layer Map
###################################################
+6
View File
@@ -56,6 +56,12 @@ beol_stacks = [m1_stack,
layer_stacks = feol_stacks + beol_stacks
preferred_directions = {"poly": "V",
"active": "H",
"m1": "H",
"m2": "V",
"m3": "H",
"m4": "V"}
###################################################
##GDS Layer Map