Update nwell spacing to be same potential

This commit is contained in:
mrg 2021-09-29 09:34:01 -07:00
parent 2e846cb22f
commit 5dc885a674
1 changed files with 12 additions and 5 deletions

View File

@ -161,7 +161,8 @@ R27_9 = ( 2 *LAMBDA ).round(3)
if !SUBM && !DEEP if !SUBM && !DEEP
R1_1 = ( 10 *LAMBDA ).round(3) R1_1 = ( 10 *LAMBDA ).round(3)
R1_2 = ( 9 *LAMBDA ).round(3) R1_2 = ( 6 *LAMBDA ).round(3)
#R1_2 = ( 9 *LAMBDA ).round(3)
R2_3 = ( 5 *LAMBDA ).round(3) R2_3 = ( 5 *LAMBDA ).round(3)
R3_2 = ( 2 *LAMBDA ).round(3) R3_2 = ( 2 *LAMBDA ).round(3)
R3_2_a = ( 2 *LAMBDA ).round(3) R3_2_a = ( 2 *LAMBDA ).round(3)
@ -211,7 +212,10 @@ end
if SUBM if SUBM
R1_1 = ( 12 *LAMBDA ).round(3) R1_1 = ( 12 *LAMBDA ).round(3)
R1_2 = ( 18 *LAMBDA ).round(3) # We are assuming the wells are at the same potential since
# DRC can't tell otherwise
#R1_2 = ( 18 *LAMBDA ).round(3)
R1_2 = ( 6 *LAMBDA ).round(3)
R2_3 = ( 6 *LAMBDA ).round(3) R2_3 = ( 6 *LAMBDA ).round(3)
R3_2 = ( 3 *LAMBDA ).round(3) R3_2 = ( 3 *LAMBDA ).round(3)
R3_2_a = ( 3 *LAMBDA ).round(3) R3_2_a = ( 3 *LAMBDA ).round(3)
@ -301,7 +305,10 @@ end
if DEEP if DEEP
R1_1 = ( 12 *LAMBDA ).round(3) R1_1 = ( 12 *LAMBDA ).round(3)
R1_2 = ( 18 *LAMBDA ).round(3) # We are assuming the wells are at the same potential since
# DRC can't tell otherwise
#R1_2 = ( 18 *LAMBDA ).round(3)
R1_2 = ( 6 *LAMBDA ).round(3)
R2_3 = ( 6 *LAMBDA ).round(3) R2_3 = ( 6 *LAMBDA ).round(3)
R3_2 = ( 3 *LAMBDA ).round(3) R3_2 = ( 3 *LAMBDA ).round(3)
R3_2_a = ( 4 *LAMBDA ).round(3) R3_2_a = ( 4 *LAMBDA ).round(3)
@ -414,7 +421,7 @@ class DRC::DRCLayer
end end
DRC::DRCLayer::new(@engine, new_data) DRC::DRCLayer::new(@engine, new_data)
end end
end end
# layers definitions # layers definitions
######################## ########################
@ -456,7 +463,7 @@ info("Layers definitions")
# layers processing # layers processing
######################## ########################
info("Layers processing") info("Layers processing")
#CHIP = extent.sized(1.0) #CHIP = extent.sized(1.0)
NP = AA & Nselect NP = AA & Nselect
PP = AA & Pselect PP = AA & Pselect
NSTP = NP.and(NW) NSTP = NP.and(NW)