Hello David,
In it's written scmos8m.tech: layer CRG rp calma 67 0
But I wanna make sure that even with an alignment offset, the whole poly stripe is being covered by oxide, that's why I wanna bloat it by one lambda.
Like: layer CRG rp grow lambda_1 calma 9 0
Anything speaking against it?
For covering an entire layer including contacts, I introduced the "bloat-all" option. What you're doing above would ensure an overlap of poly on the sides, but it would only grow in the direction of the contacts on either end by 1 lambda, so you would not completely cover the poly that way. What you want is to expand to include all connected poly, then (probably) grow by 1 lambda:
layer CRG bloat-all rp poly,pc grow lambda_1 calma 9 0
---Tim
+--------------------------------+-------------------------------------+ | R. Timothy Edwards (Tim) | email: tim@opencircuitdesign.com | | Open Circuit Design | web: http://opencircuitdesign.com | | 19601 Jerusalem Road | phone: (240) 489-3255 | | Poolesville, MD 20837 | cell: (408) 828-8212 | +--------------------------------+-------------------------------------+