mirror of https://github.com/KLayout/klayout.git
Updated Deep Verification Base (markdown)
parent
65affb4ad5
commit
06df222998
|
|
@ -148,6 +148,18 @@ end
|
|||
|
||||
deep
|
||||
|
||||
# input layers
|
||||
|
||||
nwell = input(1, 0)
|
||||
active = input(2, 0)
|
||||
poly = input(3, 0)
|
||||
contact = input(4, 0)
|
||||
metal1 = input(5, 0)
|
||||
metal1_texts = texts(5, 0)
|
||||
via1 = input(6, 0)
|
||||
metal2 = input(7, 0)
|
||||
metal2_texts = texts(7, 0)
|
||||
|
||||
# generation rules
|
||||
|
||||
sd = active - poly
|
||||
|
|
|
|||
Loading…
Reference in New Issue