magic/drc
Tim Edwards 8e25303db4 Corrected what looks like a very long-standing error in the DRC
engine.  Rule checks of triggering rules are not subject to
clipping to the clip area.  However, they *must* be clipped to
the (larger) overall DRC check area, because no layout is valid
outside of that area.  This clipping was missed, allowing
triggering rules to trigger on areas outside the valid layout,
resulting in mysterious false-positive DRC errors.  This has
been fixed.
2023-08-27 14:21:02 -04:00
..
DRCarray.c Corrected the array DRC checking, which was clipping to the error 2021-05-07 10:42:44 -04:00
DRCbasic.c Corrected what looks like a very long-standing error in the DRC 2023-08-27 14:21:02 -04:00
DRCcif.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
DRCcontin.c Added the ability to read compressed .mag files (writing is not yet 2022-11-02 17:12:46 -04:00
DRCextend.c Added new tech DRC rule option "angles 45-only", which handles 2022-04-20 16:16:20 -04:00
DRCmain.c Extended the method of the previous commit to include the command 2023-06-26 21:17:51 -04:00
DRCprint.c Corrected one array overrun error caused by using the command 2023-06-26 20:47:37 -04:00
DRCsubcell.c Corrected some issues related to the handling of substrate hierarchy. 2022-02-24 16:47:11 -05:00
DRCtech.c Fix compiler warning in drcMaskSpacing() 2023-01-16 11:02:58 +11: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 one array overrun error caused by using the command 2023-06-26 20:47:37 -04:00