magic/drc
Tim Edwards a54a20ee58 Corrected an issue with "drc catchup" that causes it not to work
because commands issued during initialization set the DRC status
in a way that causes DRCContinuous() to return immediately.
Also:  Implemented a slightly different method when automatically
finding the tech file from the input .mag file that loads a
technology .magicrc file if one exists.  If not, just the .tech
file is loaded.  This replaces the method of a previous commit
that loads the technology .tcl script.  The .magicrc file will
include the .tcl script but does other things as well.
2023-09-20 10:27:07 -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 Corrected an issue with "drc catchup" that causes it not to work 2023-09-20 10:27:07 -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