From 7f84c1c0135b883292e7eae8c7dba4c252896908 Mon Sep 17 00:00:00 2001 From: FaragElsayed2 Date: Wed, 27 Nov 2024 13:56:00 +0200 Subject: [PATCH] Ignoring dummy trans from being recognized in LVS Signed-off-by: FaragElsayed2 --- .../libs.tech/klayout/tech/lvs/rule_decks/mos_derivations.lvs | 1 + 1 file changed, 1 insertion(+) diff --git a/ihp-sg13g2/libs.tech/klayout/tech/lvs/rule_decks/mos_derivations.lvs b/ihp-sg13g2/libs.tech/klayout/tech/lvs/rule_decks/mos_derivations.lvs index 9dead314..0f3121fd 100644 --- a/ihp-sg13g2/libs.tech/klayout/tech/lvs/rule_decks/mos_derivations.lvs +++ b/ihp-sg13g2/libs.tech/klayout/tech/lvs/rule_decks/mos_derivations.lvs @@ -29,6 +29,7 @@ mos_exclude = pwell_block.join(nsd_drw).join(trans_drw) .join(activ_mask).join(recog_diode).join(recog_esd) .join(ind_drw).join(ind_pin).join(ind_drw) .join(substrate_drw).join(nsd_block) + .join(gatpoly_filler.not_overlapping(cont_drw.and(metal1_drw))) # ==== General FETs & RF-FETs =====