diff --git a/2019-03-01.md b/2019-03-01.md index 019e424..4473b07 100644 --- a/2019-03-01.md +++ b/2019-03-01.md @@ -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