magic/drc
Tim Edwards 114982fc72 Corrected the handling of DRC in cell instance arrays so that it matches
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.
2020-11-11 11:50:16 -05:00
..
DRCarray.c Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00
DRCbasic.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DRCcif.c Removed the scalefactor from the DRC-CIF rule parsing, so that rules 2020-10-16 09:37:24 -04:00
DRCcontin.c Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00
DRCextend.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DRCmain.c Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00
DRCprint.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DRCsubcell.c Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00
DRCtech.c Substantially overhauled the way that the DRC checker finds and 2020-10-15 17:31:20 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
drc.h Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00