the handling of subcell instances generally. Previously it would check the interaction between neighboring cells in an array without regard to any material in the parent cell which might remove those errors; consequently, the array would have to be DRC clean by itself in order for the parent cell to show as DRC clean. The array check has been moved inside the DRCInteractionCheck() routine, so that it runs only where arrayed instances do not interact with anything else. Within interaction areas, the area is flattened and checked, so the array check is not needed. |
||
|---|---|---|
| .. | ||
| DRCarray.c | ||
| DRCbasic.c | ||
| DRCcif.c | ||
| DRCcontin.c | ||
| DRCextend.c | ||
| DRCmain.c | ||
| DRCprint.c | ||
| DRCsubcell.c | ||
| DRCtech.c | ||
| Makefile | ||
| drc.h | ||