From 09e5784bc43296719df512286a16cb7c5ea84986 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 14 Apr 2016 21:35:08 +0200 Subject: [PATCH] Bad active width extension on PTRANS/NTRANS in scmos_deep_018. * Bug: In CRL Core, in scmos_deep_018/technology.conf, the extension width in PTRANS/NTRANS active layer was too big. 4.0l instead of 3.0l. This was preventing seeing gaps in the active layer by cgt. They did show up under Graal though... --- crlcore/etc/scmos_deep_018/technology.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crlcore/etc/scmos_deep_018/technology.conf b/crlcore/etc/scmos_deep_018/technology.conf index c447d50e..059d339b 100644 --- a/crlcore/etc/scmos_deep_018/technology.conf +++ b/crlcore/etc/scmos_deep_018/technology.conf @@ -60,7 +60,7 @@ symbolicRulesTable = \ , ('NTRANS.nImplant.extention.cap' , 2.0) , ('NTRANS.nImplant.extention.width' , 7.0) , ('NTRANS.active.extention.cap' , 0.0) - , ('NTRANS.active.extention.width' , 4.0) + , ('NTRANS.active.extention.width' , 3.0) , ('NTRANS.poly.extention.cap' , 3.0) , ('NTRANS.poly.extention.width' , 0.0) @@ -70,7 +70,7 @@ symbolicRulesTable = \ , ('PTRANS.pImplant.extention.cap' , 2.0) , ('PTRANS.pImplant.extention.width' , 7.0) , ('PTRANS.active.extention.cap' , 0.0) - , ('PTRANS.active.extention.width' , 4.0) + , ('PTRANS.active.extention.width' , 3.0) , ('PTRANS.poly.extention.cap' , 3.0) , ('PTRANS.poly.extention.width' , 0.0)