Updated 2019 03 01 (markdown)

Matthias Köfferlein 2019-03-02 18:19:48 +01:00
parent d41ad570d0
commit 07fb6932cd
1 changed files with 2 additions and 0 deletions

@ -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