mirror of https://github.com/KLayout/klayout.git
Updated 2019 03 01 (markdown)
parent
d41ad570d0
commit
07fb6932cd
|
|
@ -44,6 +44,8 @@ connect(via1, metal2)
|
|||
antenna_check(gate, metal2, 10.0).output("Antenna ratio metal2/gate > 10")
|
||||
```
|
||||
|
||||
Note that both poly and gate are included in the connectivity. Even if gate is subset of poly it needs to be connected to poly. The poly layer will supply to connections to the gate and the gate layer will supply the gate shapes for gate are measurement.
|
||||
|
||||
Diodes can be included to rectify the antenna effect. A diode is characterized by a layer which describes the diode area. Here is a sample for an antenna check with diodes:
|
||||
|
||||
```ruby
|
||||
|
|
|
|||
Loading…
Reference in New Issue