From 07fb6932cd583d0ad50eea63d15c1b48130cdd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sat, 2 Mar 2019 18:19:48 +0100 Subject: [PATCH] Updated 2019 03 01 (markdown) --- 2019-03-01.md | 2 ++ 1 file changed, 2 insertions(+) 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