Fix ptx active contact orientation to non-default M1 direction.

This commit is contained in:
Matt Guthaus
2019-12-19 12:54:10 -08:00
parent 36cb675150
commit b7d78ec2ec
7 changed files with 20 additions and 31 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ beol_stacks = [m1_stack,
layer_stacks = feol_stacks + beol_stacks
preferred_directions = {"poly": "V",
"active": "H",
"active": "V",
"m1": "H",
"m2": "V",
"m3": "H",
+1 -1
View File
@@ -57,7 +57,7 @@ beol_stacks = [m1_stack,
layer_stacks = feol_stacks + beol_stacks
preferred_directions = {"poly": "V",
"active": "H",
"active": "V",
"m1": "H",
"m2": "V",
"m3": "H",