DRC enclosing

Hi Matthias,

Wondering if you can help me with what might be a simple solution. I am trying to write a small DRC which marks(pink-sd-enc) the polygons (green-dimple)which are not enclosed by the blue layer(signal). The enclosing command seems to pick edges. The image is what I am expecting as output.

I have tried to do a number of ways to add join layers with the not operation and the enclosing operation and can't get much further. Here is my DRC code.
sig_dim=signal.enclosing(dimple,2.micron)
dimout=dimple.not(signal)
sd_enc=sig_dim.join(dimout)
sd_enc.output(314,0,"Signal_Dimple_Enclosure")

You may have a simpler option.

Thanks in anticipation.

Kind regards,
Nakul

Comments

Sign In or Register to comment.